Specifies the severity level of a diagnostic.
Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum SeverityFields
| Name | Description |
|---|---|
| Error | A violation of aspect rules that prevents successful compilation. |
| Hidden | An issue that is not surfaced through normal IDE or compiler output but may be acted upon by other tools or mechanisms. |
| Info | Informational message that does not indicate a problem. |
| Warning | A potential issue that is allowed but may indicate a problem. |