NuGet.Extensions icon indicating copy to clipboard operation
NuGet.Extensions copied to clipboard

Command line extensions for NuGet.

Results 7 NuGet.Extensions issues
Sort by recently updated
recently updated
newest added

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 103.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Need a consistent way of logging a specific action as a discrete atomic set of log messages to console.

Had a bit of time to take a look at 2.x. They've changed the constructor to take 0 arguments now. Maybe take a look here: https://github.com/kl4w/NuGet.Extensions/tree/2.x Currently, Clone command doesn't...

Need to be able to compare the existing packages.config against the project references and their transitive references.

using this call: nuget get c:\common\configuration -s C:\LocalPackages\prd.local -x -latest -clean results in this error: Using a feed specific cache subdirectory : C:\LocalPackages\prd.local Getting 25 distinct packages from a total...

currently writes out an updated packages.config with distinct set of packages and their versions when calling get on a directory. replicate behaviour when pointing to a packages.config.