19 references to NewCommand
aspire (2)
Commands\RootCommand.cs (1)
23NewCommand newCommand,
Program.cs (1)
122builder.Services.AddTransient<NewCommand>();
Aspire.Cli.Tests (17)
Commands\NewCommandTests.cs (16)
68var command = provider.GetRequiredService<NewCommand>(); 184var command = provider.GetRequiredService<NewCommand>(); 257var command = provider.GetRequiredService<NewCommand>(); 317var command = provider.GetRequiredService<NewCommand>(); 371var command = provider.GetRequiredService<NewCommand>(); 425var command = provider.GetRequiredService<NewCommand>(); 479var command = provider.GetRequiredService<NewCommand>(); 513var command = provider.GetRequiredService<NewCommand>();
Utils\CliTestHelper.cs (1)
85services.AddTransient<NewCommand>();