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