Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在针对 .net 解决方案配置声纳。
此解决方案包含多个 WCF 服务,每个服务都有一个单独的 *.nunit 项目文件。我需要此配置,因为大多数服务都依赖于我不想模拟的自定义配置部分。
NUnit 测试应用程序一切正常,但 Sonar 不采用 *.nunit 项目文件,所有测试都失败。
如何告诉 Sonar (Gallio) 使用 NUnit 配置文件?
谢谢!
好,我知道了...
我需要为每个测试程序集创建一个 *.config 文件,而不是拥有一个 *.nunit 项目文件。
这样配置将始终被加载。