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