Property | Type | Description | |
---|---|---|---|
GetPackageFileName | string |
Method | Description | |
---|---|---|
Exists ( string packageId, SemanticVersion version ) : bool | ||
FindPackage ( string packageId, SemanticVersion version ) : IPackage | ||
GetPackages ( ) : IQueryable |
||
UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO | ||
UnzippedPackageRepository ( string physicalPath ) : System.IO |
Method | Description | |
---|---|---|
GetPackageFileName ( string packageId, SemanticVersion version ) : string |
public Exists ( string packageId, SemanticVersion version ) : bool | ||
packageId | string | |
version | SemanticVersion | |
return | bool |
public FindPackage ( string packageId, SemanticVersion version ) : IPackage | ||
packageId | string | |
version | SemanticVersion | |
return | IPackage |
public UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO | ||
pathResolver | IPackagePathResolver | |
fileSystem | IFileSystem | |
return | System.IO |
public UnzippedPackageRepository ( string physicalPath ) : System.IO | ||
physicalPath | string | |
return | System.IO |