NDepend.API Documentation
CreateIssuesSet Method
NDepend.Issue Namespace > ExtensionMethodsIssue Class : CreateIssuesSet Method
The code base.
Debt rating and debat ratio values obtained through the returned issues-set will be formatted through this debt formatter.
Create an issues-set object dedicated to hold issues on codeBase.
Syntax
[Extension()]
public static IIssuesSet CreateIssuesSet( 
   ICodeBase codeBase,
   IDebtFormatter debtFormatter
)

Parameters

codeBase
The code base.
debtFormatter
Debt rating and debat ratio values obtained through the returned issues-set will be formatted through this debt formatter.
Remarks
The returned issue set is empty, it doesn't contains any rule nor issue.
An IIssuesSetBuilder instance can be obtained through IIssuesSet.Builder to fill the returned issues-set with rules and issues.
This overload of the CreateIssuesSet method doesn't take a list of suppressed messages. No issue will be ignored because of the usage of usages of System.Diagnostics.CodeAnalysis.SuppressMessageAttribute in the returned issues-set.
Requirements

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

See Also

Reference

ExtensionMethodsIssue Class
ExtensionMethodsIssue Members