17 references to TaskHelpers
Aspire.Dashboard (9)
Components\Interactions\InteractionsProvider.cs (2)
594
await
TaskHelpers
.WaitIgnoreCancelAsync(_dialogDisplayTask);
595
await
TaskHelpers
.WaitIgnoreCancelAsync(_watchInteractionsTask);
Components\Pages\ConsoleLogs.razor.cs (3)
589
.Select(s =>
TaskHelpers
.WaitIgnoreCancelAsync(s.SubscriptionTask))
1020
await
TaskHelpers
.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
1021
await
TaskHelpers
.WaitIgnoreCancelAsync(_logEntryChannelReaderTask);
Components\Pages\Resources.razor.cs (1)
930
await
TaskHelpers
.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
Model\ResourceOutgoingPeerResolver.cs (1)
292
await
TaskHelpers
.WaitIgnoreCancelAsync(_watchTask).ConfigureAwait(false);
Model\TraceLinkHelpers.cs (1)
88
await
TaskHelpers
.WaitIgnoreCancelAsync(waitForTraceTask).ConfigureAwait(false);
ServiceClient\DashboardClient.cs (1)
768
await
TaskHelpers
.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").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();