Unit Testing .NET 3.5 projects using MStest in VS2010

后端 未结 2 1649
时光取名叫无心
时光取名叫无心 2021-01-19 04:41

There\'s a bug/feature in Visual Studio 2010 where you can\'t create a unit test project with the 2.0 CLR.

https://connect.microsoft.com/VisualStudio/feedback/ViewFe

相关标签:
2条回答
  • 2021-01-19 05:12

    It looks like Visual Studio 2010 Service Pack 1 will resolve this once it is released (see the heading 'Better platform support | Unit Testing on .NET 3.5')

    You can get the Beta version with a Go-Live licence now...

    0 讨论(0)
  • 2021-01-19 05:21

    You haven't suggested changing to a different test framework. Personally, I use NUnit and have for years. It's far more sophisticated that the stuff in 2008. I haven't had time to see what's changed in 2010 but I can't see MS catching up that quickly.

    0 讨论(0)
提交回复
热议问题