6 references to DashboardCommandExecutor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
233builder.Services.TryAddScoped<DashboardCommandExecutor>();
Aspire.Dashboard.Components.Tests (5)
Pages\ConsoleLogsTests.cs (3)
377var dashboardCommandExecutor = Services.GetRequiredService<DashboardCommandExecutor>(); 550Services.AddSingleton<DashboardCommandExecutor>();
Shared\ResourceSetupHelpers.cs (2)
110context.Services.AddScoped<DashboardCommandExecutor, DashboardCommandExecutor>();