我们想使用底层 NUnit 测试运行器运行 dotCover 分析,目前有以下命令行:
dotcover.exe cover /TargetExecutable:C:\Path\To\NUnit\nunit-console-x86.exe
/TargetArguments=MyAssembly.dll
/Output=MyAssembly.dll.cover
但是,如何将额外的参数传递给 NUnit?我们对如何通过特别感兴趣"/domain:Multiple"
。