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