chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.04k stars 890 forks source link

(#3433) Add overload for FindPackages method #3454

Closed AdmiringWorm closed 1 month ago

AdmiringWorm commented 1 month ago

Description Of Changes

Adds back the overload in NuGetList that had been changed to only used the base class.

Motivation and Context

This is reintroduced, as it was causing problems with Chocolatey Licensed Extension.

Testing

Not possible to properly test, until it has been built by soteria.

  1. Install Chocolatey CLI from this PR (officially strong named)
  2. Install Chocolatey Licensed Extension
  3. Attempt to install a package that have dependencies.
  4. Verify no errors are reported.

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Related to #3433

gep13 commented 1 month ago

@AdmiringWorm going to take this for a spin directly.