I'm using SonarQube v5.0 with MS Build Sonar Runner, C# plugin v4.3 and OpenCover for Code Coverage.
I have two QualityProfiles. 1. With only SonarQube rules. 2. With only FxCop rules.
Using SonarQube rules QualityProfile, everything works fine. Issues are get posted in the dashboard. But when I use FxCop rules only QualityProfile, no issues are get posted in dashboard.
It shows Technical Debt - 0 and Issues- 0.
I have referred to MsbuildSonar Runner +Fxcop - No fxcop issues are posted to server.SonarDashBoard shows 0 technical debt where this user faced same issue. But after changing his database Collation with CS_AS, his issue got resolved.
But this is not happened for me. Even after recreating my database with Collation CS_AS (Latin1_General_CS_AS), FxCop issues are not get posted in Dashboard.
NOTE: I can see the CodeAnalsisLog.xml in output directory having 163 warnings. Also in ProjectInfo.xml, there is an entry for AnalysisResult with ID - FxCop.
Don't have any idea that why FxCop rules are not get posted in dashboard.