Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个 NUnit C# 项目。为此,我从菜单Tools → Extensions And Updates安装了 NUnit 3 Test Adapter 。然后我重新启动了 Visual Studio。
但是在尝试创建新项目时仍然没有可用的 NUnit 项目。
我怎样才能让它工作?
要使其正常工作,请安装以下 NuGet 包:
安装后,保存解决方案,然后重新启动 Visual Studio。
请卸载您安装的测试适配器。
https://www.infragistics.com/community/blogs/dhananjay_kumar/archive/2015/07/27/getting-started-with-net-unit-testing-using-nunit.aspx
现在正确的方法是安装测试适配器 NuGet 包。