10 writes to DashboardClient
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
209DashboardClient = DashboardClient,
Aspire.Dashboard.Components.Tests (9)
Dialogs\InteractionsInputDialogTests.cs (9)
59DashboardClient = new TestDashboardClient(), 121DashboardClient = new TestDashboardClient(), 187DashboardClient = new TestDashboardClient(), 242DashboardClient = new TestDashboardClient(), 314DashboardClient = new TestDashboardClient(), 377DashboardClient = new TestDashboardClient(), 664DashboardClient = new TestDashboardClient(), 748DashboardClient = new TestDashboardClient(), 776DashboardClient = new TestDashboardClient(),
2 references to DashboardClient
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
270var fileId = await Content.DashboardClient.UploadFileAsync(stream, file.Name, file.Size, Content.Interaction.InteractionId, inputModel.Input.Name, _disposalCts.Token);
Aspire.Dashboard.Components.Tests (1)
Interactions\InteractionsProviderTests.cs (1)
359Assert.Same(dashboardClient, vm.DashboardClient);