22 references to NewCommand
aspire (2)
Commands\RootCommand.cs (1)
23NewCommand newCommand,
Program.cs (1)
208builder.Services.AddTransient<NewCommand>();
Aspire.Cli.Tests (20)
Commands\NewCommandTests.cs (18)
75var command = provider.GetRequiredService<NewCommand>(); 187var command = provider.GetRequiredService<NewCommand>(); 243var command = provider.GetRequiredService<NewCommand>(); 322var command = provider.GetRequiredService<NewCommand>(); 400var command = provider.GetRequiredService<NewCommand>(); 459var command = provider.GetRequiredService<NewCommand>(); 514var command = provider.GetRequiredService<NewCommand>(); 548var command = provider.GetRequiredService<NewCommand>(); 723var command = provider.GetRequiredService<NewCommand>();
NuGet\NuGetPackagePrefetcherTests.cs (1)
56Assert.True(typeof(IPackageMetaPrefetchingCommand).IsAssignableFrom(typeof(NewCommand)));
Utils\CliTestHelper.cs (1)
113services.AddTransient<NewCommand>();