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