NDepend.API Documentation
CustomHistoricAnalysisResultDirectory Property
NDepend.Project Namespace > IProjectHistoricAnalysisResult Interface : CustomHistoricAnalysisResultDirectory Property
Gets or sets the custom directory where historic analysis results are stored in a hierarchy of sub-directories.
Syntax
IDirectoryPath CustomHistoricAnalysisResultDirectory {get; set;}
Remarks
This path is taken account only if UseCustomHistoricAnalysisResultDirectory is set to true.
Else the default path $(NdProjectOutputDir) is used to store History Analysis Results.
An empty value for this property is represented by a null reference..
When the property is changed, the event IProject.IProject.SettingsChanged is triggered with the flag ProjectSettings.ProjectSettings.HistoricAnalysisResult_CustomDirectoryPath activated.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProjectHistoricAnalysisResult Interface
IProjectHistoricAnalysisResult Members