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