PreviousNext
by bill-s, 2016-03-19T08:16:48.000Z
A few weeks ago, we announced
the SonarQube scanner for MSBuild 2.0 supports 3rd party Roslyn analyzers. This has been working for the continuous integration build. In this blog post we are announcing that we have extended this experience to the IDE. You can now bind a Visual Studio solution to a SonarQube project and see Roslyn analyzers automatically provisioned as NuGet packages, and rulesets configured, using the SonarQube Quality Profile for the project. Let’s see what problem we are solving here, and how to use this new feature.
Read More