6 references to AtsDiagnosticSeverity
Aspire.Hosting.RemoteHost (2)
Ats\CapabilityDispatcher.cs (1)
103if (diagnostic.Severity == AtsDiagnosticSeverity.Error)
AtsContextFactory.cs (1)
38if (diagnostic.Severity == AtsDiagnosticSeverity.Error)
Aspire.TypeSystem (4)
AtsCapabilityInfo.cs (4)
107public AtsDiagnosticSeverity Severity { get; init; } 123new() { Severity = AtsDiagnosticSeverity.Error, Message = message, Location = location }; 129new() { Severity = AtsDiagnosticSeverity.Warning, Message = message, Location = location }; 135new() { Severity = AtsDiagnosticSeverity.Info, Message = message, Location = location };