8 references to WaitAsync
Aspire.Dashboard (1)
Components\Pages\ConsoleLogs.razor.cs (1)
224
await loadingTcs.Task.
WaitAsync
(TimeSpan.FromSeconds(5), _resourceSubscriptionToken);
Aspire.Hosting (1)
Health\ResourceHealthCheckService.cs (1)
371
await delayInterruptedTask.
WaitAsync
(delay, cancellationToken).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);
Aspire.Hosting.PostgreSQL.Tests (1)
PostgresFunctionalTests.cs (1)
570
await app.StopAsync(cts.Token).
WaitAsync
(TimeSpan.FromMinutes(1), cts.Token);
dotnet-watch (3)
BrowserRefreshServer.cs (1)
92
.
WaitAsync
(SuppressTimeouts ? TimeSpan.MaxValue : TimeSpan.FromSeconds(10), cancellationToken);
Process\ProcessRunner.cs (2)
272
await task.
WaitAsync
(timeoutValue, cancellationToken);
306
await task.
WaitAsync
(TimeSpan.FromSeconds(1), cancellationToken);
Microsoft.DotNet.HotReload.Client.Package (1)
Web\BrowserRefreshServer.cs (1)
92
.
WaitAsync
(SuppressTimeouts ? TimeSpan.MaxValue : TimeSpan.FromSeconds(10), cancellationToken);
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
BrowserRefreshServer.cs (1)
92
.
WaitAsync
(SuppressTimeouts ? TimeSpan.MaxValue : TimeSpan.FromSeconds(10), cancellationToken);