2 instantiations of TemplateNuGetConfigService
Aspire.Cli.Tests (2)
Templating\DotNetTemplateFactoryTests.cs (1)
378var templateNuGetConfigService = new TemplateNuGetConfigService(interactionService, executionContext, packagingService, configurationService);
Utils\CliTestHelper.cs (1)
476var templateNuGetConfigService = new TemplateNuGetConfigService(interactionService, executionContext, packagingService, configurationService);
6 references to TemplateNuGetConfigService
aspire (4)
Program.cs (1)
328builder.Services.AddSingleton<TemplateNuGetConfigService>();
Templating\CliTemplateFactory.cs (2)
47private readonly TemplateNuGetConfigService _templateNuGetConfigService; 57TemplateNuGetConfigService templateNuGetConfigService,
Templating\DotNetTemplateFactory.cs (1)
34TemplateNuGetConfigService templateNuGetConfigService)
Aspire.Cli.Tests (2)
Templating\DotNetTemplateFactoryTests.cs (1)
378var templateNuGetConfigService = new TemplateNuGetConfigService(interactionService, executionContext, packagingService, configurationService);
Utils\CliTestHelper.cs (1)
476var templateNuGetConfigService = new TemplateNuGetConfigService(interactionService, executionContext, packagingService, configurationService);