NuGetPackageHelper class¶
Defined in
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Full name: ReactiveMarbles.NuGet.Helpers.NuGetPackageHelper
Modifiers: public static
Summary¶
A helper class for handling NuGet packages.
Applies to
netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| static Providers | Gets the providers for the nuget resources. |
Fields¶
| Name | Summary |
|---|---|
| static DefaultNuGetSource | Gets the default nuget source. |
Methods¶
| Name | Summary |
|---|---|
| static DownloadPackageFilesAndFolder | Downloads the specified packages and returns the files and directories where the package NuGet package lives. |
| static GetBestMatch | Gets the best matching PackageIdentity for the specified LibraryRange. |