Skip to main content

RuntimeXamlDiagnosticSeverity Enumeration

Definition

Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)

public enum RuntimeXamlDiagnosticSeverity

Members

Info1Something 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.
Warning2Diagnostic is reported as a warning.
Error3Diagnostic is reported as an error. Compilation process is continued until the end of the parsing and transforming stage, throwing an aggregated exception of all errors.
Fatal4Diagnostic is reported as an fatal error. Compilation process is stopped right after this error.

See Also

Reference

Avalonia.Markup.Xaml Namespace