4 references to IntegrationCommand
aspire (2)
Commands\RootCommand.cs (1)
151IntegrationCommand integrationCommand,
Program.cs (1)
620builder.Services.AddTransient<IntegrationCommand>();
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (1)
232[InlineData(typeof(IntegrationCommand), false, false)]
Utils\CliTestHelper.cs (1)
281services.AddTransient<IntegrationCommand>();