메소드 | 설명 | |
---|---|---|
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 |