控制台运行器无法在我的F#项目中发现测试.该项目的代码可以在这里找到:
https://github.com/valainisgt/FsXunitExample
这是我正在运行的命令(来自repo的根目录):
packages\xunit.runner.console.2.3.1\tools\net452\xunit.console.exe Library1\bin\Debug\Library1.dll
Run Code Online (Sandbox Code Playgroud)
以下是结果:
xUnit.net Console Runner (64-bit Desktop .NET 4.0.30319.42000)
Discovering: Library1
Discovered: Library1
=== TEST EXECUTION SUMMARY ===
Library1.dll Total: 0
Run Code Online (Sandbox Code Playgroud)
这里发生了什么?