21 references to AddCommand
aspire (2)
Commands\RootCommand.cs (1)
25AddCommand addCommand,
Program.cs (1)
118builder.Services.AddTransient<AddCommand>();
Aspire.Cli.Tests (19)
Commands\AddCommandTests.cs (18)
86var command = provider.GetRequiredService<AddCommand>(); 153var command = provider.GetRequiredService<AddCommand>(); 232var command = provider.GetRequiredService<AddCommand>(); 312var command = provider.GetRequiredService<AddCommand>(); 394var command = provider.GetRequiredService<AddCommand>(); 473var command = provider.GetRequiredService<AddCommand>(); 546var command = provider.GetRequiredService<AddCommand>(); 587var command = provider.GetRequiredService<AddCommand>(); 657var command = provider.GetRequiredService<AddCommand>();
Utils\CliTestHelper.cs (1)
84services.AddTransient<AddCommand>();