1 instantiation of TemplateCommand
aspire (1)
Commands\NewCommand.cs (1)
121var templateCommand = new TemplateCommand(template, ExecuteAsync, services);
4 references to TemplateCommand
aspire (1)
Commands\NewCommand.cs (1)
121var templateCommand = new TemplateCommand(template, ExecuteAsync, services);
Aspire.Cli.Tests (3)
NuGet\NuGetPackagePrefetcherTests.cs (3)
272var templateCommand = Assert.IsType<TemplateCommand>(newCommand.Subcommands.First()); 288? Assert.IsType<TemplateCommand>(newCommand.Subcommands.First())