NDepend.API Documentation
SuppressedIssues Method
NDepend.Issue Namespace > IIssuesSet Interface : SuppressedIssues Method
The rule on which to get the suppressed issues.
Gets all suppressed issues of rule.
Syntax
IReadOnlyList<IIssue> SuppressedIssues( 
   IRule rule
)

Parameters

rule
The rule on which to get the suppressed issues.
Exceptions
ExceptionDescription
Thrown if this issue set doesn't contain the rule.
Remarks
This property getter has a constant time complexity.
Requirements

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

See Also

Reference

IIssuesSet Interface
IIssuesSet Members