22 references to NewCommand
aspire (2)
Commands\RootCommand.cs (1)
23NewCommand newCommand,
Program.cs (1)
225builder.Services.AddTransient<NewCommand>();
Aspire.Cli.Tests (20)
Commands\NewCommandTests.cs (18)
76var command = provider.GetRequiredService<NewCommand>(); 186var command = provider.GetRequiredService<NewCommand>(); 242var command = provider.GetRequiredService<NewCommand>(); 321var command = provider.GetRequiredService<NewCommand>(); 399var command = provider.GetRequiredService<NewCommand>(); 458var command = provider.GetRequiredService<NewCommand>(); 512var command = provider.GetRequiredService<NewCommand>(); 546var command = provider.GetRequiredService<NewCommand>(); 721var command = provider.GetRequiredService<NewCommand>();
NuGet\NuGetPackagePrefetcherTests.cs (1)
56Assert.True(typeof(IPackageMetaPrefetchingCommand).IsAssignableFrom(typeof(NewCommand)));
Utils\CliTestHelper.cs (1)
127services.AddTransient<NewCommand>();