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