Unit Testing .NET 3.5 projects using MStest in VS2010

后端 未结 2 1648
时光取名叫无心
时光取名叫无心 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: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.

提交回复
热议问题