NDepend.API Documentation
BaselineProjectMode Enumeration
NDepend.Project Namespace : BaselineProjectMode Enumeration
Represents a value that determines if a IProjectBaseline 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
public enum BaselineProjectMode : System.Enum 
Members
MemberDescription
AnotherProjectAnotherProject
CurrentProjectCurrentProject
DontCompareDontCompare
Remarks
BaselineProjectMode.DontCompare : don't do comparison when doing a new analysis.
BaselineProjectMode.CurrentProject : do a comparison with a previous analysis result of the current project.
BaselineProjectMode.AnotherProject : do a comparison with a previous analysis result of another project.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.Project.BaselineProjectMode

Requirements

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

See Also

Reference

NDepend.Project Namespace