MetalamaAPI documentationAspect APIMetalama.​Framework.​DiagnosticsSeverity
Open sandboxFocus

Severity Enum

Severity of diagnostics.

Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum Severity

Fields

Name Description
Error

Something not allowed by the rules of the aspect.

Hidden

Something that is an issue, 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.

See Also