I am using - .NET framework 4.5.2, SonarQube 5.0, sonar runner 2.4, Analysis Bootstrapper for VS plugin 1.2, C# plugin 3.3.
When I run SonarQube analysis, I see my .sln file being found, files get recognized as CS, files get indexed, Analysis Successful message gets displayed on the console. But when I see the dashboard of the project on SonarQube server, I see no metrics getting reported. Even LOC, Duplications, Complexity widgets say 'No Data'.
Whereas, on the same setup, I am able to run few other C# projects successfully. I am unable to figure out, what is wrong with the config for this project.
Regards, Anantha