Ejemplo n.º 1
0
 public PackageLoader(IAssemblyLoader loader, NuGetSettings settings)
 {
     _loader   = loader;
     _settings = settings;
 }
Ejemplo n.º 2
0
 public PackageRangeDownloader(NuGetSettings nuGetSettings)
 {
     _nuGetSettings           = nuGetSettings;
     _findPackageByIdResource = new Lazy <Task <FindPackageByIdResource> >(GetFindPackageByIdResourceAsync);
 }