Exemplo n.º 1
0
        // TODO: A hack to get SourceRepository2. The right way is to replace SourceRepository with
        // SourceRepository2
        public SourceRepository2 CreateRepo2(PackageSource source)
        {
            var repo = new SourceRepository2(source, Providers);

            return(repo);
        }
 // TODO: A hack to get SourceRepository2. The right way is to replace SourceRepository with
 // SourceRepository2
 public SourceRepository2 CreateRepo2(PackageSource source)
 {
     var repo = new SourceRepository2(source, Providers);
     return repo;
 }