Method | Description | |
---|---|---|
AddPackageReferenceEntry ( string packageId, SemanticVersion version ) : void | ||
Exists ( string packageId, SemanticVersion version ) : bool | ||
IsReferenced ( string packageId, SemanticVersion version ) : bool | ||
RegisterRepository ( string path ) : void | ||
RemovePackage ( IPackage package ) : void | ||
SharedPackageRepository ( IPackagePathResolver resolver, IFileSystem fileSystem, IFileSystem configSettingsFileSystem ) : System | ||
SharedPackageRepository ( string path ) : System | ||
UnregisterRepository ( string path ) : void |
Method | Description | |
---|---|---|
CreateRepository ( string path ) : IPackageRepository |
Method | Description | |
---|---|---|
AddEntry ( string path ) : void | ||
DeleteEntry ( string path ) : void | ||
FindEntry ( System.Xml.Linq.XDocument document, string path ) : System.Xml.Linq.XElement | ||
GetRepositories ( ) : IEnumerable |
||
GetRepositoryElements ( System.Xml.Linq.XDocument document ) : IEnumerable |
||
GetRepositoryPaths ( ) : IEnumerable |
||
GetStoreDocument ( bool createIfNotExists = false ) : System.Xml.Linq.XDocument | ||
NormalizePath ( string path ) : string | ||
SaveDocument ( System.Xml.Linq.XDocument document ) : void |
public AddPackageReferenceEntry ( string packageId, SemanticVersion version ) : void | ||
packageId | string | |
version | SemanticVersion | |
return | void |
protected CreateRepository ( string path ) : IPackageRepository | ||
path | string | |
return | IPackageRepository |
public Exists ( string packageId, SemanticVersion version ) : bool | ||
packageId | string | |
version | SemanticVersion | |
return | bool |
public IsReferenced ( string packageId, SemanticVersion version ) : bool | ||
packageId | string | |
version | SemanticVersion | |
return | bool |
public RegisterRepository ( string path ) : void | ||
path | string | |
return | void |
public RemovePackage ( IPackage package ) : void | ||
package | IPackage | |
return | void |
public SharedPackageRepository ( IPackagePathResolver resolver, IFileSystem fileSystem, IFileSystem configSettingsFileSystem ) : System | ||
resolver | IPackagePathResolver | |
fileSystem | IFileSystem | |
configSettingsFileSystem | IFileSystem | |
return | System |
public SharedPackageRepository ( string path ) : System | ||
path | string | |
return | System |
public UnregisterRepository ( string path ) : void | ||
path | string | |
return | void |