Exemplo n.º 1
0
 /// TODO: location may need to be determined based on target platform
 /// http://lastexitcode.com/projects/NuGet/FileLocations/
 public static INugetModuleLoader FromNuget(this INugetyCatalogProvider catalog,
                                            string location = @"%UserProfile%\.nuget\packages")
 {
     return(new NugetModuleLoader(catalog).Options.SetLocation(location));
 }
 public DirectoryModuleProvider(INugetyCatalogProvider catalog)
 {
     Catalog = catalog;
 }
Exemplo n.º 3
0
 public NugetModuleLoader(INugetyCatalogProvider catalog)
 {
     Catalog = catalog;
 }