简体   繁体   中英

Does the MSBuild SonarQube Runner support C++ projects?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM