6 references to RunCommand
aspire (5)
Commands\AppHostLauncher.cs (1)
338
RunCommand
.RenderAppHostSummary(
Commands\RootCommand.cs (1)
112
RunCommand
runCommand,
Commands\RunCommand.cs (2)
65
private readonly ILogger<
RunCommand
> _logger;
94
ILogger<
RunCommand
> logger,
Program.cs (1)
371
builder.Services.AddTransient<
RunCommand
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
169
services.AddTransient<
RunCommand
>();