Method | Description | |
---|---|---|
CheckProject ( |
||
CheckSolution ( |
||
Main ( string args ) : void | ||
OutputProjectFileName ( string projectFilename, ReportSeverity severity ) : string | ||
OutputReports ( ReferenceIntegrityCheckReport reports, Func |
||
OutputSolutionFileName ( string solutionFilename, ReportSeverity severity ) : string |
public static CheckProject ( |
||
options | ||
return | int |
public static CheckSolution ( |
||
options | ||
return | int |
public static OutputProjectFileName ( string projectFilename, ReportSeverity severity ) : string | ||
projectFilename | string | |
severity | ReportSeverity | |
return | string |
public static OutputReports ( ReferenceIntegrityCheckReport reports, Func |
||
reports | ReferenceIntegrityCheckReport | |
headerOutput | Func |
|
fileName | string | |
severity | ReportSeverity | |
return | ReferenceIntegrityCheckReport[] |
public static OutputSolutionFileName ( string solutionFilename, ReportSeverity severity ) : string | ||
solutionFilename | string | |
severity | ReportSeverity | |
return | string |