VS2010单元测试...项目框架目标

发布于 2024-09-30 09:57:03 字数 334 浏览 4 评论 0原文

我只需要一些关于 VS2010 单元测试的说明。目前,我们使用 nUnit 来满足单元测试需求,但最近已升级到 VS2010,并且正在考虑迁移到 VS2010 来进行单元测试。

我们向客户提供的核心项目以 .NET Framework 2.0 为目标。我们注意到 VS2010 的单元测试参考要求我们以 .NET 4.0 为目标。我的问题是……我们可以只更改单元测试项目的 .NET Framework 目标,并将包含生产应用程序的其余项目保留到 .NET 2 吗?

这是否使我们能够使用 VS2010 的内置单元测试功能,同时仍然发布针对 .NET 2 的产品?

期待您的想法。该项目是用 C# 编写的。

I just need some clarification in regards to unit testing with VS2010. Currently, we use nUnit for our unit testing requirements but have recently upgraded to VS2010 and are thinking about migrating to VS2010 for our unit testing.

Our core project which we ship to customers targets .NET framework 2.0. we note that the unit testing reference for VS2010 requires that we target .NET 4.0. My question is this .... can we just change the .NET framework target of our Unit test project and leave the remaining projects which comprise the production application to .NET 2?

Will this enable us to use the in-built unit testing features of VS2010 whilst still shipping a product targeting .NET 2?

Look forward to your thoughts. The project is written in C#.

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

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

发布评论

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

评论(1

哭泣的笑容 2024-10-07 09:57:03

多目标在 Visual Studio >=2008 中运行良好。阅读的一个很好的起点是Scott Gu 的博客.

所以,是的,您可以让项目以 .NET 2.0 为目标,而单元测试以 .net 4 为目标。

Multi-targeting works very well in Visual Studio >=2008. A good starting point for reading is Scott Gu's blog.

So, yes, you can have your projects target .NET 2.0 while your Unit Tests are targetting .net 4.

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