NDepend.API Documentation
CustomTrendStoreDirectory Property
NDepend.Project Namespace > IProjectTrend Interface : CustomTrendStoreDirectory Property
Gets or sets the custom directory where Trend Metrics Values are stored.
Syntax
IDirectoryPath CustomTrendStoreDirectory {get; set;}
Remarks
This path is taken account only if UseCustomTrendStoreDirectory is set to true.
Else the default path $(NdProjectOutputDir)\TrendMetrics is used to store Trend Metrics Values.
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.Trend_StoreCustomDirectoryPath activated.
Requirements

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

See Also

Reference

IProjectTrend Interface
IProjectTrend Members