如何使用 Visual Studio 2017 和 NUnit 3 在 MacOsX 中进行 运行 测试?

How do I can run tests in MacOsX with Visual Studio 2017 and NUnit 3?

我最近在我的 Mac 上安装了 Visual Studio Community 2017,除了我去 运行 我用 NUnit3 框架编写的测试之外,每一个都运行良好。我已经安装了 NUnit3TestAdapter 包,当我按下 运行 测试选项时,我收到的唯一消息是构建成功。

最近的 NUnit 版本解决了这个问题。使用 NUnit 3.9.0 和 NUnit3TestAdapter 3.9.0,它工作正常。