试图从 PowerShell 调用 NCover 1.5.8。
invoke-expression "ncover.console.exe nunit-console-x86.exe Test.dll /labels /xml:test.xml //x coverage.xml //reg"
并失败并显示消息“已分析的进程已终止。未建立 Profiler 连接。”。
如果从 cmd 控制台调用,
ncover.console.exe nunit-console-x86.exe Test.dll /labels /xml:test.xml //x coverage.xml //reg
将成功运行。
powershell 中 NCover 的 //reg 开关有什么不同吗?
谢谢