NDepend.API Documentation
MoreIsBad Property
NDepend.Issue Namespace > IQualityGate Interface : MoreIsBad Property
Returns true if when the value of the quality gate is increasing, th quality is considered worst.
Syntax
bool MoreIsBad {get;}
Remarks
MoreIsBad is inferred from the fail if condition comparison operator.
If the comparison operator is higher or equals the threshold, then MoreIsBad is considered true.
If the comparison operator is lower the threshold, then MoreIsBad is considered false.
Requirements

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

See Also

Reference

IQualityGate Interface
IQualityGate Members