NDepend.API Documentation
AllIssuesFixed Property
NDepend.Issue Namespace > IIssuesSetDiff Interface : AllIssuesFixed Property
Gets all issues of OlderIssuesSet that have no equivalent in NewerIssuesSet. These issues are considered as added.
Syntax
IEnumerable<IIssue> AllIssuesFixed {get;}
Remarks
The issues of NewerIssuesSet and OlderIssuesSet are paired when they share the same IIssue.Rule and the same CodeElement.
Requirements

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

See Also

Reference

IIssuesSetDiff Interface
IIssuesSetDiff Members