23 references to RunCommand
aspire (5)
Commands\AppHostLauncher.cs (1)
978RunCommand.RenderAppHostSummary(
Commands\RootCommand.cs (1)
142RunCommand runCommand,
Commands\RunCommand.cs (2)
69private readonly ILogger<RunCommand> _logger; 135ILogger<RunCommand> logger,
Program.cs (1)
612builder.Services.AddTransient<RunCommand>();
Aspire.Cli.Tests (18)
Commands\RunCommandTests.cs (13)
3090RunCommand.RenderAppHostSummary( 4445await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4491await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4537await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4591await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4635await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4679await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4716var captureTask = RunCommand.CaptureAppHostLogsAsync( 4776await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None) 4819await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None) 4858await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None); 4900var captureTask = RunCommand.CaptureAppHostLogsAsync( 4951await RunCommand.CaptureAppHostLogsAsync(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
NuGet\NuGetPackagePrefetcherTests.cs (4)
226[InlineData(typeof(RunCommand), false, true)] 311var command = provider.GetRequiredService<RunCommand>(); 318[InlineData(typeof(RunCommand), "run --detach --format json")]
Utils\CliTestHelper.cs (1)
270services.AddTransient<RunCommand>();