NDepend.API Documentation
IIssuesSet Interface
Members 
NDepend.Issue Namespace : IIssuesSet Interface
An issues-set hold all data about AllIssues of CodeBase and makes convenient to browse issues, rule and code elements.
Object Model
IIssuesSet InterfaceAnnualInterest StructureDebt StructureIIssuesSetBuilder InterfaceICodeBase InterfaceIDebtFormatter Interface
Syntax
public interface IIssuesSet 
Remarks
An issues-set can be created through ExtensionMethodsIssue.CreateIssuesSet or ComputeIssues(IAnalysisResult).
An issues-set gets filled through methods of IIssuesSetBuilder available through Builder.
An issues-set is not thread-safe. It is safe to call IIssuesSet read-only methods concurrently from several threads but it is not safe to call these methods and IIssuesSetBuilder methods concurrently from several threads, this would provoke corrupted state and exceptions.
Requirements

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

See Also

Reference

IIssuesSet Members
NDepend.Issue Namespace