8 references to Failed
aspire (3)
Telemetry\InternalMicrosoftDetector.cs (3)
271var anyProbeFailed = diagnostics.Any(diagnostic => diagnostic.Outcome == InternalMicrosoftProbeOutcome.Failed); 375? InternalMicrosoftProbeOutcome.Failed 409InternalMicrosoftProbeOutcome.Failed,
Aspire.Cli.Tests (5)
Telemetry\AspireCliTelemetryTests.cs (1)
691InternalMicrosoftProbeOutcome.Failed,
Telemetry\InternalMicrosoftDetectorTests.cs (4)
344Assert.Equal(InternalMicrosoftProbeOutcome.Failed, failure.Outcome); 383Assert.Contains(result.ProbeDiagnostics, probe => probe.Source == "faulting" && probe.Outcome == InternalMicrosoftProbeOutcome.Failed); 435Assert.Contains(result.ProbeDiagnostics, diagnostic => diagnostic.Outcome == InternalMicrosoftProbeOutcome.Failed); 1036Assert.Equal(InternalMicrosoftProbeOutcome.Failed, diagnostic.Outcome);