MetalamaAPI documentationAspect APIMetalama.​Framework.​DiagnosticsSeverity
Open sandboxFocus

Severity Class

Severity of diagnostics.

Inheritance
System.Object
Severity
Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class Severity : Enum

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).

value__
Warning

Something suspicious but allowed.

See Also