16 references to WaitIgnoreCancelAsync
Aspire.Dashboard (8)
Components\Interactions\InteractionsProvider.cs (2)
525
await TaskHelpers.
WaitIgnoreCancelAsync
(_dialogDisplayTask);
526
await TaskHelpers.
WaitIgnoreCancelAsync
(_watchInteractionsTask);
Components\Pages\ConsoleLogs.razor.cs (3)
299
await TaskHelpers.
WaitIgnoreCancelAsync
(currentSubscription.SubscriptionTask);
644
await TaskHelpers.
WaitIgnoreCancelAsync
(consoleLogsSubscription.SubscriptionTask);
737
await TaskHelpers.
WaitIgnoreCancelAsync
(_resourceSubscriptionTask);
Components\Pages\Resources.razor.cs (1)
876
await TaskHelpers.
WaitIgnoreCancelAsync
(_resourceSubscriptionTask);
Model\MetricsHelpers.cs (1)
71
await TaskHelpers.
WaitIgnoreCancelAsync
(waitForTraceTask).ConfigureAwait(false);
Model\ResourceOutgoingPeerResolver.cs (1)
213
await TaskHelpers.
WaitIgnoreCancelAsync
(_watchTask).ConfigureAwait(false);
Aspire.Dashboard.Tests (8)
ChannelExtensionsTests.cs (4)
35
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
59
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
103
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
143
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
Model\DashboardClientTests.cs (4)
64
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
94
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
175
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();
204
await TaskHelpers.
WaitIgnoreCancelAsync
(readTask).DefaultTimeout();