3 instantiations of NuGetPackageInfo
Microsoft.TemplateEngine.Edge (3)
Installers\NuGet\IDownloader.cs (1)
45
return new
NuGetPackageInfo
(
Installers\NuGet\NugetApiPackageManager.cs (1)
130
return new
NuGetPackageInfo
(
Installers\NuGet\NuGetInstaller.cs (1)
439
return new
NuGetPackageInfo
(
8 references to NuGetPackageInfo
Microsoft.TemplateEngine.Edge (8)
Installers\NuGet\IDownloader.cs (2)
10
Task<
NuGetPackageInfo
> DownloadPackageAsync(string downloadPath, string identifier, string? version = null, IEnumerable<string>? additionalSources = null, bool force = false, bool includePrerelease = false, CancellationToken cancellationToken = default);
43
internal
NuGetPackageInfo
WithFullPath(string newFullPath)
Installers\NuGet\NugetApiPackageManager.cs (2)
44
/// <returns><see cref="
NuGetPackageInfo
"/>containing full path to downloaded package and package details.</returns>
49
public async Task<
NuGetPackageInfo
> DownloadPackageAsync(string downloadPath, string identifier, string? version = null, IEnumerable<string>? additionalSources = null, bool force = false, bool includePrerelease = false, CancellationToken cancellationToken = default)
Installers\NuGet\NuGetInstaller.cs (4)
214
NuGetPackageInfo
nuGetPackageInfo;
396
private
NuGetPackageInfo
InstallLocalPackage(InstallRequest installRequest)
400
NuGetPackageInfo
packageInfo;
432
private
NuGetPackageInfo
ReadPackageInformation(string packageLocation)