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