Razor 使构建时间更长

发布于 2025-01-04 19:51:40 字数 61 浏览 0 评论 0原文

我刚刚从老式剃须刀换成剃须刀。
由于此时编译时间变得慢得多,我能做些什么吗?

谢谢。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

带刺的爱情 2025-01-11 19:51:41

有几个选项:

  • 您的项目文件中的 MvcBuildViews 是否设置为 true?如果是这样,您可以将其设置为 false 并在运行时编译。
  • 您可以使用以下方式预生成 Razor 视图:Razor 生成器(也在 NuGet 上)

A couple options:

  • Do you have MvcBuildViews in your project file set to true? You could set that to false if so and just compile at runtime.
  • You could pre-generate your Razor views using: Razor Generator (also on NuGet)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文