18 references to WaitIgnoreCancelAsync
Aspire.Dashboard (9)
Components\Interactions\InteractionsProvider.cs (2)
652await TaskHelpers.WaitIgnoreCancelAsync(_dialogDisplayTask); 653await TaskHelpers.WaitIgnoreCancelAsync(_watchInteractionsTask);
Components\Pages\ConsoleLogs.razor.cs (4)
866.Select(s => TaskHelpers.WaitIgnoreCancelAsync(s.SubscriptionTask)) 1304await TaskHelpers.WaitIgnoreCancelAsync(_showNoLogsMessageDelayTask); 1310await TaskHelpers.WaitIgnoreCancelAsync(_resourceSubscriptionTask); 1311await TaskHelpers.WaitIgnoreCancelAsync(_logEntryChannelReaderTask);
Components\Pages\Resources.razor.cs (1)
995await TaskHelpers.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
Model\ResourceOutgoingPeerResolver.cs (1)
360await TaskHelpers.WaitIgnoreCancelAsync(_watchTask).ConfigureAwait(false);
Model\TraceLinkHelpers.cs (1)
88await TaskHelpers.WaitIgnoreCancelAsync(waitForTraceTask).ConfigureAwait(false);
Aspire.Dashboard.Tests (9)
ChannelExtensionsTests.cs (5)
47await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 74await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 98await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 142await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 182await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout();
Model\DashboardClientTests.cs (4)
57await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 87await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 201await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout(); 230await TaskHelpers.WaitIgnoreCancelAsync(readTask).DefaultTimeout();