Search code examples
sonarqubesonar-runnersonarqube5.1

How can I analyze C # in sonar?


I have installed and running:

  • sonarqube-5.1
  • sonar-runner-dist-2.4
  • mysql 5.1.63
  • jdk 1.7.0_79

In Ubuntu 11.04 (32 bits).

It's only analyzing the Java code.
How can I do to also read the C # that I have included in the same project?
What do I need to do or add?

Thanks!


Solution

  • You should install the C# plugin and the SonarQube Scanner for MSBuild. See http://docs.sonarqube.org/display/PLUG/C%23+Plugin