Cake.Sonar Namespace

Class Types

Class Summary
SonarBeginSettings Required prior to Sonar 6.1: - Name - Version Required from Sonar 6.1 - Key
SonarCakeAliases

Contains functionality for running a Sonar analysis on a c# project using the MSBuild SonarQube Runner.

In order to use the commands for this addin, include the following in your build.cake file to download and reference from NuGet.org:

#addin "nuget:?package=Cake.Sonar"
#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool"

SonarEndSettings
SonarRunner
SonarServer
SonarSettings
VersionDetectionException
VersionResult

Namespaces

Namespace Summary
Cake.Sonar.Attributes