NDepend.API Documentation
IsCriticalRule Property (IQuery)
NDepend.CodeQuery Namespace > IQuery Interface : IsCriticalRule Property
Gets a value that indicates whether the code rule is critical or not.
Syntax
bool IsCriticalRule {get;}
Remarks
The default value is false.
A critical code rule is useful to break the build process once the rule is violated.
More information at: Critical Rules and Build Failure
Requirements

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

See Also

Reference

IQuery Interface
IQuery Members