NDepend.API Documentation
DebtRating Enumeration
NDepend.TechnicalDebt Namespace : DebtRating Enumeration
The debt rating is estimated from the percentage of technical debt on a NDepend.CodeModel.ICodeElement object and from the various rating thresholds defined in this DebtSettings object.
Syntax
public enum DebtRating : System.Enum 
Members
MemberDescription
ADebt rating A
BDebt rating B
CDebt rating C
DDebt rating D
EDebt rating E
Remarks
This implements the concept of SQALE Rating defined by the SQALE method: http://www.sqale.org/
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.TechnicalDebt.DebtRating

Requirements

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

See Also

Reference

NDepend.TechnicalDebt Namespace
ToDebtRating Method