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.
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