I'm not able to see FxCop option under General setting in SonarQube hosted site. Because of this I'm not able to set FxCop installation directory path to SonarQube hosted site. Also when I'm running sonarRunner with FxCop custom rule enabled in SonarSite it throws an FxCop related error.
Asked
Active
Viewed 49 times
1 Answers
0
You don't need to set the path to FxCop. It won't be activated during a sonarqube.com analysis because there are no FxCop rules in the C# profile.

G. Ann - SonarSource Team
- 22,346
- 4
- 40
- 76
-
So how we will integrate sonarQube with Fxcop. – Rasik Bapotra Jul 26 '16 at 09:14
-
Also when I'm creating custom rules using FxCop I get error for Microsoft.Cci.dll issue. Even though its added as a reference it throws an error. – Rasik Bapotra Jul 26 '16 at 09:15
-
Could you please tell me how to create custom rules using Roslyn. There is no sample example available on net. – Rasik Bapotra Jul 26 '16 at 09:16
-
These are new and distinct questions. You should open new SO questions for them or head over to the [SonarQube Google Group](https://groups.google.com/forum/?pli=1#!forum/sonarqube) – G. Ann - SonarSource Team Jul 26 '16 at 11:31