4 references to DashboardCommandExecutor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
231builder.Services.TryAddScoped<DashboardCommandExecutor>();
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (1)
175Services.AddSingleton<DashboardCommandExecutor>();
Shared\ResourceSetupHelpers.cs (2)
95context.Services.AddScoped<DashboardCommandExecutor, DashboardCommandExecutor>();