2 references to WaitAsync
Aspire.Hosting (1)
Health\ResourceHealthCheckService.cs (1)
365await delayInterruptedTask.WaitAsync(delay, cancellationToken).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);
Aspire.Hosting.PostgreSQL.Tests (1)
PostgresFunctionalTests.cs (1)
494await app.StopAsync(cts.Token).WaitAsync(TimeSpan.FromMinutes(1), cts.Token);