Enum DiagnosticSeverity
Describes how severe a diagnostic is.
Namespace: Loretta.CodeAnalysis
Assembly: cs.temp.dll.dll
Syntax
public enum DiagnosticSeverity
Fields
| Name | Description |
|---|---|
| Error | Something not allowed by the rules of the language or other authority. |
| Hidden | Something that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues. |
| Info | Information that does not indicate a problem (i.e. not prescriptive). |
| Warning | Something suspicious but allowed. |