Skip to content
DocsTry Aspire
DocsTry

AtsDiagnosticSeverity

Enumnet8.0
📦 Aspire.TypeSystem v13.4.0
Represents the severity of an ATS scanner diagnostic.
namespace Aspire.TypeSystem;
public enum AtsDiagnosticSeverity
Info= 0
Information - verbose details about scanning (shown with --debug).
Warning= 1
Warning - the item was skipped but scanning continues.
Error= 2
Error - a type validation error (e.g., object type without [AspireUnion]).