1 write to _templateNuGetConfigService
aspire (1)
Templating\CliTemplateFactory.cs (1)
96_templateNuGetConfigService = templateNuGetConfigService;
7 references to _templateNuGetConfigService
aspire (7)
Templating\CliTemplateFactory.EmptyTemplate.cs (3)
59if (!await _templateNuGetConfigService.CreateOrUpdateNuGetConfigForSourceOverrideAsync(inputs.Source, inputs.Channel, outputPath, cancellationToken)) 61await _templateNuGetConfigService.PromptToCreateOrUpdateNuGetConfigAsync(inputs.Channel, outputPath, cancellationToken); 116await _templateNuGetConfigService.CreateOrUpdateNuGetConfigForSourceOverrideAsync(inputs.Source, inputs.Channel, outputPath, cancellationToken);
Templating\CliTemplateFactory.GoStarterTemplate.cs (1)
91await _templateNuGetConfigService.CreateOrUpdateNuGetConfigForSourceOverrideAsync(inputs.Source, inputs.Channel, outputPath, cancellationToken);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (1)
91await _templateNuGetConfigService.CreateOrUpdateNuGetConfigForSourceOverrideAsync(inputs.Source, inputs.Channel, outputPath, cancellationToken);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (1)
105await _templateNuGetConfigService.CreateOrUpdateNuGetConfigForSourceOverrideAsync(inputs.Source, inputs.Channel, outputPath, cancellationToken);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
89await _templateNuGetConfigService.CreateOrUpdateNuGetConfigForSourceOverrideAsync(inputs.Source, inputs.Channel, outputPath, cancellationToken);