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