4 references to IntegrationListCommand
aspire (2)
Commands\IntegrationCommand.cs (1)
14IntegrationListCommand listCommand,
Program.cs (1)
621builder.Services.AddTransient<IntegrationListCommand>();
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (1)
229[InlineData(typeof(IntegrationListCommand), false, false)]
Utils\CliTestHelper.cs (1)
282services.AddTransient<IntegrationListCommand>();