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