1 write to _templateNuGetConfigService
aspire (1)
Commands\InitCommand.cs (1)
90
_templateNuGetConfigService
= templateNuGetConfigService;
5 references to _templateNuGetConfigService
aspire (5)
Commands\InitCommand.cs (5)
273
var createdNuGetConfig = await
_templateNuGetConfigService
.CreateOrUpdateNuGetConfigWithoutPromptAsync(
375
var createdNuGetConfig = await
_templateNuGetConfigService
.CreateOrUpdateNuGetConfigWithoutPromptAsync(
405
selection = await
_templateNuGetConfigService
.ResolveTemplatePackageAsync(query, cancellationToken);
422
selection = await
_templateNuGetConfigService
.ResolveTemplatePackageAsync(fallbackQuery, cancellationToken);
447
var installOutcome = await
_templateNuGetConfigService
.InstallTemplatePackageAsync(