public enum Severity : System.Enum
public enum Severity : System.Enum
Member | Description |
---|---|
Blocker | An issue with a severity level Blocker cannot move to production, it must be fixed. |
Critical | An issue with a severity level Critical shouldn't move to production. It still can for business imperative needs purposes, but at worth it must be fixed during the next iterations. |
High | An issue with a severity level High should be fixed quickly, but can wait until the next scheduled interval. |
Info | Use Severity.Low instead |
Low | The severity level Low is used by issues that have a zero, or close to zero, value for AnnualInterest. |
Major | Use Severity.High instead |
Medium | An issue with a severity level Medium is a warning that if not fixed, won't have a significant impact on development. |
Minor | Use Severity.Medium instead |
System.Object
System.ValueType
System.Enum
NDepend.TechnicalDebt.Severity
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed