11 references to DashboardClient
Aspire.Dashboard (9)
Components\Interactions\InteractionsProvider.cs (9)
94
if (!
DashboardClient
.IsEnabled)
191
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
209
DashboardClient =
DashboardClient
,
219
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
238
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
277
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
354
await
DashboardClient
.WhenConnected.WaitAsync(_cts.Token).ConfigureAwait(false);
356
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
528
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
Aspire.Dashboard.Components.Tests (2)
Interactions\InteractionsProviderTests.cs (2)
122
Assert.Same(liveDashboardClient, cut.Instance.
DashboardClient
);
128
await cut.Instance.
DashboardClient
.SendInteractionRequestAsync(request, CancellationToken.None);