/sonar-scanner-msbuild

SonarQube Scanner for MSBuild

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

License

Copyright 2016-2017 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0

Build status

Build status

Documentation

http://redirect.sonarsource.com/doc/msbuild-sq-runner.html

Issue Tracker

https://jira.sonarsource.com/browse/SONARMSBRU

Building

Requirements:

Install NuGet packages: right click on the solution in Visual Studio, and select Restore NuGet Packages. Alternatively, using the nuget.exe on the command line:

nuget restore path\to\solution.sln

Or inside the project's directory, simply nuget restore without parameters.