4 references to CheckMacPlatformSsoAsync
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
180
stage1.Add(new("Mac Platform SSO",
CheckMacPlatformSsoAsync
));
Aspire.Cli.Tests (3)
Telemetry\InternalMicrosoftDetectorTests.cs (3)
878
var result = await detector.
CheckMacPlatformSsoAsync
(CancellationToken.None);
896
var result = await detector.
CheckMacPlatformSsoAsync
(CancellationToken.None);
943
var probeResult = await detector.
CheckMacPlatformSsoAsync
(CancellationToken.None);