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