4 references to NotDetected
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
378: InternalMicrosoftProbeOutcome.NotDetected;
Aspire.Cli.Tests (3)
Telemetry\InternalMicrosoftDetectorTests.cs (3)
366Assert.Contains(result.ProbeDiagnostics, probe => probe.Source == "negative" && probe.Outcome == InternalMicrosoftProbeOutcome.NotDetected); 434Assert.Contains(result.ProbeDiagnostics, diagnostic => diagnostic.Outcome == InternalMicrosoftProbeOutcome.NotDetected); 1014$"Platform SSO did not detect a managed Microsoft identity. Failure: {result.Failure?.Code ?? InternalMicrosoftProbeOutcome.NotDetected} at {result.Failure?.Stage ?? "<none>"}.");