NDependSettings Class

Assembly
Cake.NDepend.dll
Namespace
Cake.NDepend
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["NDependSettings"] class Type type-node

Syntax

public class NDependSettings : ToolSettings

Constructors

Name Summary
NDependSettings()

Properties

Name Value Summary
AnalysisResultToCompareWith string
Concurrent bool
CoverageDir string
CoverageFiles IReadOnlyCollection<string>
HideConsole bool
HistoricAnalysisResultsDir bool
InDirs IReadOnlyCollection<string>
KeepProjectCoverageFiles bool
KeepProjectInDirs bool
KeepProjectRuleFiles bool
LogTrendMetrics bool
OutDir string
PathVariables IReadOnlyCollection<string>
PersistHistoricAnalysisResult bool
ProjectPath string
RuleFiles IReadOnlyCollection<string>
Silent bool
TrendStoreDir bool
ViewReport bool
XslForReport string

Extension Methods

Name Value Summary
Dump<NDependSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<NDependSettings>(NDependSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<NDependSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<NDependSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<NDependSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<NDependSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin