Метод | Описание | |
---|---|---|
GetRepositorySources ( string path ) : IEnumerable |
||
InstallPackage ( IPackageReference packageId, bool allowPreRelease = false, Action |
||
IsInstalled ( IPackageReference packageReference, bool allowPreRelease = false ) : bool | ||
NugetInstallationProvider ( IFileSystem fileSystem ) : System |
Метод | Описание | |
---|---|---|
GetVersion ( IPackageReference packageReference ) : SemanticVersion |
public GetRepositorySources ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public InstallPackage ( IPackageReference packageId, bool allowPreRelease = false, Action |
||
packageId | IPackageReference | |
allowPreRelease | bool | |
packageInstalled | Action |
|
Результат | bool |
public IsInstalled ( IPackageReference packageReference, bool allowPreRelease = false ) : bool | ||
packageReference | IPackageReference | |
allowPreRelease | bool | |
Результат | bool |
public NugetInstallationProvider ( IFileSystem fileSystem ) : System | ||
fileSystem | IFileSystem | |
Результат | System |