11 references to DashboardClient
Aspire.Dashboard (9)
Components\Interactions\InteractionsProvider.cs (9)
95
if (!
DashboardClient
.IsEnabled)
191
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
235
DashboardClient =
DashboardClient
,
245
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
266
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
304
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
381
await
DashboardClient
.WhenConnected.WaitAsync(_cts.Token).ConfigureAwait(false);
383
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
513
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
Aspire.Dashboard.Components.Tests (2)
Interactions\InteractionsProviderTests.cs (2)
120
Assert.Same(liveDashboardClient, cut.Instance.
DashboardClient
);
126
await cut.Instance.
DashboardClient
.SendInteractionRequestAsync(request, CancellationToken.None);