An issues-set can be created through ExtensionMethodsIssue.CreateIssuesSet or NDepend.Analysis.ExtensionMethodsProjectAnalysis.ComputeIssues. 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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed