标签: c# sonarqube technical-debt
我们正在使用SonarQube来监控我们的c#项目。这很有效,除了我们在编译器生成的代码中遇到技术债务问题。 (例如async / await东西) 有没有办法摆脱这个?
由于
答案 0 :(得分:0)
也许这会对http://docs.codehaus.org/display/SONAR/Narrowing+the+Focus有所帮助。 问候。