Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

SonarQubeHelper

Contains a task to run the msbuild runner of Sonar Qube analyzer.

Nested types and modules

TypeDescription
SonarQubeCall
OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

The supported commands of Sonar Qube. It is called with Begin before compilation, and End after compilation.

SonarQubeParams
OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

Parameter type to configure the sonar qube runner.

Functions and values

Function or valueDescription
SonarQube call setParams
Signature: call:SonarQubeCall -> setParams:(SonarQubeParams -> SonarQubeParams) -> unit
Attributes:
[<Obsolete("Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')")>]
OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

SonarQube Begin (fun p -> {p with Key = "MyProject" Name = "MainTool" Version = "1.0 })

SonarQubeCall call parameters
Signature: call:SonarQubeCall -> parameters:SonarQubeParams -> unit
Attributes:
[<Obsolete("Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')")>]
OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

Execute the external msbuild runner of Sonar Qube. Parameters are fiven to the command line tool as required.

SonarQubeDefaults
Signature: SonarQubeParams
Attributes:
[<Obsolete("Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')")>]
OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

SonarQube default parameters - tries to locate MSBuild.SonarQube.exe in any subfolder.

SonarQubeEnd()
Signature: unit -> unit
Attributes:
[<Obsolete("Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')")>]
OBSOLETE

Use Fake.Testing.SonarQube instead (open Fake.Testing and use 'SonarQube.')

SonarQubeEnd