22 references to AddCommand
aspire (2)
Commands\RootCommand.cs (1)
25AddCommand addCommand,
Program.cs (1)
124builder.Services.AddTransient<AddCommand>();
Aspire.Cli.Tests (20)
Commands\AddCommandTests.cs (19)
87var command = provider.GetRequiredService<AddCommand>(); 155var command = provider.GetRequiredService<AddCommand>(); 235var command = provider.GetRequiredService<AddCommand>(); 316var command = provider.GetRequiredService<AddCommand>(); 399var command = provider.GetRequiredService<AddCommand>(); 479var command = provider.GetRequiredService<AddCommand>(); 553var command = provider.GetRequiredService<AddCommand>(); 597var command = provider.GetRequiredService<AddCommand>(); 670var command = provider.GetRequiredService<AddCommand>(); 692var result = AddCommand.GenerateFriendlyName(package);
Utils\CliTestHelper.cs (1)
88services.AddTransient<AddCommand>();