5 references to AtsDiagnosticSeverity
Aspire.Hosting (3)
Ats\AtsCapabilityInfo.cs (3)
108public AtsDiagnosticSeverity Severity { get; init; } 124new() { Severity = AtsDiagnosticSeverity.Error, Message = message, Location = location }; 130new() { Severity = AtsDiagnosticSeverity.Warning, Message = message, Location = location };
Aspire.Hosting.RemoteHost (2)
Ats\CapabilityDispatcher.cs (1)
103if (diagnostic.Severity == AtsDiagnosticSeverity.Error)
AtsContextFactory.cs (1)
38if (diagnostic.Severity == AtsDiagnosticSeverity.Error)