8 references to DashboardCommandExecutor
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (1)
78public required DashboardCommandExecutor DashboardCommandExecutor { get; init; }
Components\Pages\Resources.razor.cs (1)
48public required DashboardCommandExecutor DashboardCommandExecutor { get; init; }
DashboardWebApplication.cs (1)
235builder.Services.TryAddScoped<DashboardCommandExecutor>();
Aspire.Dashboard.Components.Tests (5)
Pages\ConsoleLogsTests.cs (3)
381var dashboardCommandExecutor = Services.GetRequiredService<DashboardCommandExecutor>(); 574Services.AddSingleton<DashboardCommandExecutor>();
Shared\ResourceSetupHelpers.cs (2)
115context.Services.AddScoped<DashboardCommandExecutor, DashboardCommandExecutor>();