Enum Severity
Severity of an issue
Namespace: Unity.ProjectAuditor.Editor
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum Severity
Fields
| Name | Description |
|---|---|
| Critical | Critical impact on performance, quality or functionality |
| Default | Default Severity |
| Error | An error that will prevent a successful build - for example, a code compile error encountered during code analysis |
| Hidden | Not visible to user |
| Info | Something which is reported for informational purposes only, not necessarily a problem |
| Major | Significant impact |
| Minor | Minor impact |
| Moderate | Moderate impact |
| None | Suppressed, ignored by UI and build |
| Warning | A compiler warning encountered during code analysis |