3 writes to Severity
Aspire.Hosting (3)
Ats\AtsCapabilityInfo.cs (3)
129
new() {
Severity
= AtsDiagnosticSeverity.Error, Message = message, Location = location };
135
new() {
Severity
= AtsDiagnosticSeverity.Warning, Message = message, Location = location };
141
new() {
Severity
= AtsDiagnosticSeverity.Info, Message = message, Location = location };
3 references to Severity
Aspire.Hosting.RemoteHost (3)
Ats\CapabilityDispatcher.cs (1)
103
if (diagnostic.
Severity
== AtsDiagnosticSeverity.Error)
AtsContextFactory.cs (1)
38
if (diagnostic.
Severity
== AtsDiagnosticSeverity.Error)
CodeGeneration\CodeGenerationService.cs (1)
138
Severity = d.
Severity
.ToString(),