防止每次都重建实体框架模型

发布于 2024-11-09 14:43:34 字数 193 浏览 0 评论 0原文

我有一个基于实体框架的数据层,它位于单独的程序集中。在同一个解决方案中,我有一个业务程序集,如 ASP.Net MVC 应用程序和一些单元测试程序集。 EF 模型相当大,构建需要大约 20 秒。我的问题是每次需要构建时它都会被重建。如果我在单元测试中更改一行,我必须等待 20 秒以上才能完成构建。有人知道防止 EF 模型触发重建的技巧吗(我不想从解决方案中卸载程序集)?

I've got an entity framework based data layer which is in a separate assembly. In the same solution I've got a business assembly, as ASP.Net MVC application and some unit test assemblies. The EF model is quite large and takes around 20 seconds to build. My problem is it's getting rebuilt every time a build is required. If I change one line in a unit test I have to wait 20+ seconds for the build to complete. Anyone know of any tricks to prevent the EF model triggering rebuilds (I don't want to unload the assembly from the solution)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

沒落の蓅哖 2024-11-16 14:43:34

在解决方案的属性中,我相信您可以指定为解决方案构建哪些程序集。右键单击解决方案并选择“属性”。选择配置属性。在右侧窗格中,您可以选择构建哪些项目。希望这有帮助。

In the properties of the solution, I believe you can specify what assemblies get built for the solution. Right click on the solution and select "Properties". Select the Configuration Properties. In the right pane you can select what items get built. Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文