10 writes to DashboardClient
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
209
DashboardClient
= DashboardClient,
Aspire.Dashboard.Components.Tests (9)
Dialogs\InteractionsInputDialogTests.cs (9)
59
DashboardClient
= new TestDashboardClient(),
121
DashboardClient
= new TestDashboardClient(),
187
DashboardClient
= new TestDashboardClient(),
242
DashboardClient
= new TestDashboardClient(),
314
DashboardClient
= new TestDashboardClient(),
377
DashboardClient
= new TestDashboardClient(),
664
DashboardClient
= new TestDashboardClient(),
748
DashboardClient
= new TestDashboardClient(),
776
DashboardClient
= new TestDashboardClient(),
2 references to DashboardClient
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
270
var 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)
359
Assert.Same(dashboardClient, vm.
DashboardClient
);