用于 MSBuild 架构的 SonarQube 扫描器

SonarQube Scanner for MSBuild Architecture

有谁知道 MSBuild 的 SonarQube 扫描器是否将扫描作为构建的一部分并仅将结果发送回 SonarQube,或者是否正在检测 EXE,此时我们可以将工件发送到 SonarQube Linux 用于分析的机器类似于如何使用 sonar-scanner-cli 扫描 java 工件?

https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+MSBuild

C# 和 VB 代码的分析作为 MSBuild 步骤的一部分完成,并将问题写入报告。报告在 Scanner End 步骤中处理,问题被发布到 SonarQube 服务器。适用于 MSBuild 的扫描程序不会以任何方式检测二进制文件。

如果 SonarQube 服务器在 Linux 机器或 Windows 机器上,它对 MSBuild 扫描程序没有任何影响。此外,现在可以在 Linux 台机器上 运行 MSBuild 和 MSBuild 扫描器(参见 link 到 在 Linux 或 macOS 在上面问题中提到的 SonarQube 文档页面上。