This plugin is still in its early development stages, so it may suffer from some limitations.

This plugin brings the following features to C# projects in Sonar:

Since version 2.1 this plugin also brings:

This plugin relies on the NDeps tool.

The NDeps plugin is not executed on Web projects for the moment.

Name

Key

Default value

Description

ndeps install directory

sonar.ndeps.installDirectory

 

Not needed in most cases.
Location of the binaries of the dependency parser tool. This tool is embedded in this sonar plugin and hence this property is not mandatory.

ndeps program timeout

sonar.ndeps.timeoutMinutes

10

Maximum number of minutes before the ndeps program will be stopped.

ndeps activation mode

sonar.ndeps.mode

 

Possible values : empty (means active), 'skip' and 'reuseReport'.

Name of the ndeps report files

sonar.ndeps.reports.path

 

Name of the ndeps report file used when reuse report mode is activated. This can be an absolute path, or a path relative to each project base directory.

Names of ignorable fields (since v2.1)sonar.ndeps.ignorable.fields Comma separated list of names of fields that should not be taken in account during LCOM4 analysis.