40 references to NewCommand
aspire (2)
Commands\RootCommand.cs (1)
110NewCommand newCommand,
Program.cs (1)
439builder.Services.AddTransient<NewCommand>();
Aspire.Cli.Tests (38)
Commands\NewCommandTests.cs (36)
51var command = provider.GetRequiredService<NewCommand>(); 64var command = provider.GetRequiredService<NewCommand>(); 105var command = provider.GetRequiredService<NewCommand>(); 215var command = provider.GetRequiredService<NewCommand>(); 270var command = provider.GetRequiredService<NewCommand>(); 348var command = provider.GetRequiredService<NewCommand>(); 425var command = provider.GetRequiredService<NewCommand>(); 483var command = provider.GetRequiredService<NewCommand>(); 537var command = provider.GetRequiredService<NewCommand>(); 568var command = provider.GetRequiredService<NewCommand>(); 757var command = provider.GetRequiredService<NewCommand>(); 902var command = provider.GetRequiredService<NewCommand>(); 925var command = provider.GetRequiredService<NewCommand>(); 976var command = provider.GetRequiredService<NewCommand>(); 1013var command = provider.GetRequiredService<NewCommand>(); 1074var command = provider.GetRequiredService<NewCommand>(); 1277var command = provider.GetRequiredService<NewCommand>(); 1464var command = provider.GetRequiredService<NewCommand>();
NuGet\NuGetPackagePrefetcherTests.cs (1)
56Assert.True(typeof(IPackageMetaPrefetchingCommand).IsAssignableFrom(typeof(NewCommand)));
Utils\CliTestHelper.cs (1)
166services.AddTransient<NewCommand>();