7 references to TaskHelpers
Aspire.Dashboard (7)
Components\Pages\ConsoleLogs.razor.cs (3)
234
await
TaskHelpers
.WaitIgnoreCancelAsync(currentSubscription.SubscriptionTask);
490
await
TaskHelpers
.WaitIgnoreCancelAsync(consoleLogsSubscription.SubscriptionTask);
529
await
TaskHelpers
.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
Components\Pages\Resources.razor.cs (1)
452
await
TaskHelpers
.WaitIgnoreCancelAsync(_resourceSubscriptionTask);
Model\MetricsHelpers.cs (1)
69
await
TaskHelpers
.WaitIgnoreCancelAsync(waitForTraceTask).ConfigureAwait(false);
Model\ResourceOutgoingPeerResolver.cs (1)
175
await
TaskHelpers
.WaitIgnoreCancelAsync(_watchTask).ConfigureAwait(false);
ResourceService\DashboardClient.cs (1)
573
await
TaskHelpers
.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false);