1

We have Visual Studio Solutions which may consist of C# and C++ (CLI) projects. At the moment we are using the C# and C++ Community Plugins together with the SonarRunner to analyse our code. Now the C# plugin marks the SonarRunner as deprecated. Does someone know if the MSBuild runner can utilize the C++ Community Plugin?

Best Regards.

Pascal Berger
  • 4,262
  • 2
  • 30
  • 54
chuchu42
  • 107
  • 1
  • 10

1 Answers1

2

Yes, MSBuild runner uses sonar-runner internally to perform the analysis and publishing of issues to SonarQube server. So everything that sonar-runner supports, should work with MSBuild runner as well. See this thread - Relationship between SonarQube Runner and SonarQube.MSBuild.Runner

Community
  • 1
  • 1
Techtwaddle
  • 1,643
  • 1
  • 15
  • 11