8 references to DashboardCommandExecutor
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (1)
111
public required
DashboardCommandExecutor
DashboardCommandExecutor { get; init; }
Components\Pages\Resources.razor.cs (1)
53
public required
DashboardCommandExecutor
DashboardCommandExecutor { get; init; }
DashboardWebApplication.cs (1)
257
builder.Services.TryAddScoped<
DashboardCommandExecutor
>();
Aspire.Dashboard.Components.Tests (5)
Pages\ConsoleLogsTests.cs (3)
639
var
dashboardCommandExecutor = Services.GetRequiredService<
DashboardCommandExecutor
>();
839
Services.AddSingleton<
DashboardCommandExecutor
>();
Shared\ResourceSetupHelpers.cs (2)
120
context.Services.AddScoped<
DashboardCommandExecutor
,
DashboardCommandExecutor
>();