5 references to WaitForLegacyDetachedStartupStabilityAsync
aspire (1)
Commands\AppHostLauncher.cs (1)
616
if (!await
WaitForLegacyDetachedStartupStabilityAsync
(connection, childExitTask, remainingTimeout, timeProvider, cancellationToken).ConfigureAwait(false))
Aspire.Cli.Tests (4)
Commands\AppHostLauncherTests.cs (4)
149
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(
164
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(
507
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(
539
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(