如何将 sonarqube 与 Visual Studio 解决方案集成

Posted

技术标签:

【中文标题】如何将 sonarqube 与 Visual Studio 解决方案集成【英文标题】:How to integrate sonarqube with a visual studio solution 【发布时间】:2018-10-14 13:02:01 【问题描述】:

我已经安装了 SonarQube 服务器,我们需要将我们的 Visual Studio 项目解决方案之一与 SonarQube 集成以分析我们的代码并接收代码质量建议。 目前,我们无法找到合适的设置指南。如果您能提供明确的指导方针来解决我们的问题,不胜感激。

谢谢

【问题讨论】:

请参阅以下 .Net 解决方案:docs.sonarqube.org/display/SCAN/… 嗨@jdweng 我们实际上安装了声纳qube 服务器。但是我们的要求是通过VSSonarExtensions从Visual Studio 2013连接到服务器,这样我们的项目就被分析了,分析结果显示在SonarQube仪表板中 见:docs.sonarqube.org/display/SCAN/… 【参考方案1】:

您可以使用 MSBuild.SonarQube.Runner 通过 Build Events 将 Sonar 与 VS 集成

https://blogs.msdn.microsoft.com/devops/2015/09/28/quickstart-analyzing-net-projects-with-sonarqube-msbuild-or-visual-studio-online-and-third-party-analyzers-stylecop-resharper/#_Executing_the_MSBuild.SonarQube.Run

使用构建事件 https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2013/ke5z92ks(v=vs.120)

【讨论】:

以上是关于如何将 sonarqube 与 Visual Studio 解决方案集成的主要内容,如果未能解决你的问题,请参考以下文章

从 Visual Studio 生成声纳报告

ST Visual Programmer批量烧写教程

Sonarqube与构建工具之间的关系

Sonarqube Azure Devops 分析后未扫描代码

将 StyleCops 与 SonarQube 集成并在 SonarQube 仪表板中显示结果

将 gitlab 与 sonarqube 集成