Skip to content
Docs Try Aspire

AtsDiagnosticSeverity

Enum net8.0
📦 Aspire.TypeSystem v13.2.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]).