Name | Description | |
---|---|---|
AnalyzeAssemblies | Overloaded. Analyze a set of assemblies, in-process and synchronously, and return a IAnalysisResult object. (Only available with a Build Machine license). | |
BuildAnalysisResultRefFor | Create an IAnalysisResultRef object from a project, an analysis result file (.ndar extension) and a date. | |
CanAllPathsReferencedBeResolvedAsAbsolute | This method returns a list of string, that each describes in plain-english, the failure to resolve as absolute a path referenced by project. The list returned is empty if all paths can be resolved as absolute. | |
ComputeIssues | Overloaded. This method compiles and runs all rules against analysisResult.IAnalysisResult.CodeBase and returns all issues in an NDepend.Issue.IIssuesSet object. | |
ComputeIssuesAndTrendMetrics | This method compiles and runs all rules and trend metrics on analysisResult.IAnalysisResult.CodeBase and returns all issues in an NDepend.Issue.IIssuesSet object and returns also all trendMetricsValues. | |
ComputeIssuesDiff | Overloaded. This method compiles and runs all rules against both code base snapshots of compareContext (NewerCodeBase and OlderCodeBase) and returns all baseline and newer issues compared in an NDepend.Issue.IIssuesSetDiff object. | |
ComputeIssuesDiffAndTrendMetrics | This method compiles and runs all rules and trend metrics against both code base snapshots of compareContext (NewerCodeBase and OlderCodeBase) and returns all baseline and newer issues compared in an NDepend.Issue.IIssuesSetDiff object and returns also all trendMetricsValues. | |
GetAvailableAnalysisResultsRefs | Gets a collection of all analysis results available for this project ordered by IAnalysisResultRef. | |
GetAvailableAnalysisResultsRefsGroupedPerMonth | Gets a collection of all analysis results available for this project, grouped per months. | |
LoadAnalysisResultFromFile | Loads the analysis result of a project from an analysis result file (.ndar extension). | |
LoadCodeBaseFromAnalysisResultFile | Loads a code base snapshot from an analysis result file (.ndar extension). | |
LogTrendMetrics | Overloaded. Force log trend metrics values for this analysisResult. | |
PointsToSameAnalysisResultAs | Returns true if both analysis result references point to the same analysis result. | |
RunAnalysis | Overloaded. Runs a full analysis on this project, in-process and synchronously. (Only available with a Build Machine license). | |
RunAnalysisAndBuildReport | Overloaded. Runs a full analysis on this project, in-process and synchronously, and then generate a HTML report. (Only available with a Build Machine license). | |
TryComputeLogLabel | Try compute the log label from project and codeBase. | |
TryGetAnalysisResultRefToCompareWith | Overloaded. Try gets an analysis reference corresponding to this project baseline to compare with. | |
TryGetMostRecentAnalysisResultRef | Gets a reference to the most recent analysis result available for this project. |