7 references to RunCommand
aspire (5)
Commands\AppHostLauncher.cs (1)
347RunCommand.RenderAppHostSummary(
Commands\RootCommand.cs (1)
112RunCommand runCommand,
Commands\RunCommand.cs (2)
66private readonly ILogger<RunCommand> _logger; 95ILogger<RunCommand> logger,
Program.cs (1)
441builder.Services.AddTransient<RunCommand>();
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (1)
1541await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
Utils\CliTestHelper.cs (1)
169services.AddTransient<RunCommand>();