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