How to set FxCop installation path using SonarQube's C# plugin
问题 I'm trying to analyze .NET C# project using SonarQube C# plugin. From C# Plugin 3.0, FxCop is automatically executed even thogh "sonar.fxcop.mode=skip" in sonar-project.properties, so I installed FxCop to following directory. C:\Program Files (x86)\Microsoft FxCop 1.35 When I ran SonarQube Runner from Jenkins's sonar plugin, then I got following error. ERROR: Error during Sonar runner execution ERROR: Unable to execute Sonar ERROR: Caused by: The property "sonar.cs.fxcop.assembly" must be set