4 references to StartCommand
aspire (2)
Commands\RootCommand.cs (1)
144StartCommand startCommand,
Program.cs (1)
613builder.Services.AddTransient<StartCommand>();
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (1)
317[InlineData(typeof(StartCommand), "start --format json")]
Utils\CliTestHelper.cs (1)
272services.AddTransient<StartCommand>();