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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IQuery Interface
IQuery Members