1 implementation of DownloadPackageAsync
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NugetApiPackageManager.cs (1)
48
public async Task<NuGetPackageInfo>
DownloadPackageAsync
(string downloadPath, string identifier, string? version = null, IEnumerable<string>? additionalSources = null, bool force = false, CancellationToken cancellationToken = default)
1 reference to DownloadPackageAsync
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetInstaller.cs (1)
227
nuGetPackageInfo = await _packageDownloader.
DownloadPackageAsync
(