5 references to WaitForLegacyDetachedStartupStabilityAsync
aspire (1)
Commands\AppHostLauncher.cs (1)
579
if (!await
WaitForLegacyDetachedStartupStabilityAsync
(connection, childExitTask, remainingTimeout, timeProvider, cancellationToken).ConfigureAwait(false))
Aspire.Cli.Tests (4)
Commands\AppHostLauncherTests.cs (4)
97
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(
112
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(
493
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(
525
var stable = await AppHostLauncher.
WaitForLegacyDetachedStartupStabilityAsync
(