Table of Contents

Enum RuntimeXamlDiagnosticSeverity

Namespace
Avalonia.Markup.Xaml
Assembly
Avalonia.Markup.Xaml.dll
public enum RuntimeXamlDiagnosticSeverity

Fields

Error = 3

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

Fatal = 4

Diagnostic is reported as an fatal error. Compilation process is stopped right after this error.

Info = 1

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.

Warning = 2

Diagnostic is reported as a warning.