4 writes to DashboardClient
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
235DashboardClient = DashboardClient,
Aspire.Dashboard.Components.Tests (3)
Dialogs\InteractionsInputDialogTests.cs (3)
40DashboardClient = new TestDashboardClient(), 96DashboardClient = new TestDashboardClient(), 159DashboardClient = new TestDashboardClient(),
2 references to DashboardClient
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
243var 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)
343Assert.Same(dashboardClient, vm.DashboardClient);