Enum DiagnosticSeverity
- Namespace
- DotCompute.Abstractions.Ports
- Assembly
- DotCompute.Abstractions.dll
Severity level for diagnostics.
public enum DiagnosticSeverity
Fields
Error = 2Error that prevents compilation.
Info = 0Informational message.
Warning = 1Warning that doesn't prevent compilation.