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