Razor 使构建时间更长
我刚刚从老式剃须刀换成剃须刀。
由于此时编译时间变得慢得多,我能做些什么吗?
谢谢。
I have just switched from old-style to razor.
Since this point the compile time has become much slower, is there any thing I can do?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个选项:
MvcBuildViews
是否设置为true
?如果是这样,您可以将其设置为 false 并在运行时编译。A couple options:
MvcBuildViews
in your project file set totrue
? You could set that tofalse
if so and just compile at runtime.