【发布时间】:2015-09-27 21:38:00
【问题描述】:
我的 TFS 2013 构建失败并出现以下错误:
Caused by: java.lang.IllegalArgumentException: The property "sonar.cs.fxcop.assembly" must be set and the project must have been built to execute FxCop rules. This property can be automatically set by the Analysis Bootstrapper for Visual Studio Projects plugin, see: http://docs.codehaus.org/x/TAA1Dg.If you wish to skip the analysis of not built projects, set the property "sonar.visualstudio.skipIfNotBuilt".
我没有也不想要 FxCop 程序集。 FxCop 不再与 .NET 4.5 兼容。我使用 SonarQube 5.1.1 和 SonarRunner 2.4。我有 C++ 和 C# 的插件。 如何在没有 FxCop 的情况下运行 SonarRunner?
【问题讨论】:
标签: c# .net tfs sonarqube fxcop