17 references to TaskHelpers
Aspire.Dashboard (9)
Components\Interactions\InteractionsProvider.cs (2)
525await TaskHelpers.WaitIgnoreCancelAsync(_dialogDisplayTask); 526await TaskHelpers.WaitIgnoreCancelAsync(_watchInteractionsTask);
Components\Pages\ConsoleLogs.razor.cs (3)
299await TaskHelpers.WaitIgnoreCancelAsync(currentSubscription.SubscriptionTask); 644await TaskHelpers.WaitIgnoreCancelAsync(consoleLogsSubscription.SubscriptionTask); 737await TaskHelpers.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
Components\Pages\Resources.razor.cs (1)
876await TaskHelpers.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
Model\MetricsHelpers.cs (1)
71await TaskHelpers.WaitIgnoreCancelAsync(waitForTraceTask).ConfigureAwait(false);
Model\ResourceOutgoingPeerResolver.cs (1)
213await TaskHelpers.WaitIgnoreCancelAsync(_watchTask).ConfigureAwait(false);
ServiceClient\DashboardClient.cs (1)
765await TaskHelpers.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false);
Aspire.Dashboard.Tests (8)
ChannelExtensionsTests.cs (4)
35await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 59await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 103await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 143await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout();
Model\DashboardClientTests.cs (4)
64await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 94await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 175await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 204await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout();