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