NDepend.API Documentation
ProjectMode Property
NDepend.Project Namespace > IProjectBaseline Interface : ProjectMode Property
Gets or sets a value that determines if the comparison doesn't occur, occurs with a previous analyis result of this NDepend project or occurs with a previous analyis result of another NDepend project.
Syntax
BaselineProjectMode ProjectMode {get; set;}
Remarks
Specified values can be:
ProjectMode.BaselineProjectMode.DontCompare : don't do comparison when doing a new analysis.
ProjectMode.BaselineProjectMode.CurrentProject : do a comparison with a previous analysis result of the current project.
ProjectMode.BaselineProjectMode.AnotherProject : do a comparison with a previous analysis result of another project.
Requirements

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

See Also

Reference

IProjectBaseline Interface
IProjectBaseline Members