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

See Also

Reference

IIssuesSet Interface
IIssuesSet Members