我有最新版本的MonoDevelop(5.10)和NUnit(从oficiall NuGet Gallery安装3.6.1),每次我试图运行测试时都会收到错误
UnsupportedFrameworkException: Skipped loading assembly ... because it references an unsupported version of the nunit.framework 3.6.1.0
我该怎么办?
答案 0 :(得分:1)
您显然正在尝试从MonoDevelop内部运行测试,MonoDevelop仅通过2.4.8支持NUnit。
您需要安装并运行nunit控制台运行程序。使用NUnit.ConsoleRunner nuget包并运行包中包含的nunit3-console。