6 references to AtsDiagnosticSeverity
Aspire.Hosting (4)
Ats\AtsCapabilityInfo.cs (4)
113public AtsDiagnosticSeverity Severity { get; init; } 129new() { Severity = AtsDiagnosticSeverity.Error, Message = message, Location = location }; 135new() { Severity = AtsDiagnosticSeverity.Warning, Message = message, Location = location }; 141new() { Severity = AtsDiagnosticSeverity.Info, 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)