4 references to IntegrationSearchCommand
aspire (2)
Commands\IntegrationCommand.cs (1)
15IntegrationSearchCommand searchCommand,
Program.cs (1)
622builder.Services.AddTransient<IntegrationSearchCommand>();
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (1)
230[InlineData(typeof(IntegrationSearchCommand), false, false)]
Utils\CliTestHelper.cs (1)
283services.AddTransient<IntegrationSearchCommand>();