NDepend.API Documentation
IsNotViolatedAnymore Method (IIssuesSetDiff)
NDepend.Issue Namespace > IIssuesSetDiff Interface : IsNotViolatedAnymore Method
The rule object can be the NewerVersion(IRule) or OlderVersion(IRule) of the same rule.
Gets a value that indicates if rule is present in both NewerIssuesSet and OlderIssuesSet and is violated in OlderIssuesSet and not in NewerIssuesSet.
Syntax
bool IsNotViolatedAnymore( 
   IRule rule
)

Parameters

rule
The rule object can be the NewerVersion(IRule) or OlderVersion(IRule) of the same rule.
Exceptions
ExceptionDescription
rule is not present in NewerIssuesSet nor OlderIssuesSet.
Requirements

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

See Also

Reference

IIssuesSetDiff Interface
IIssuesSetDiff Members