JustinGrote / ModuleFast

A "fast and loose" way to install modules from Powershell Gallery quickly. Meant for CICD, not production
Other
74 stars 5 forks source link

Suggest Versions if not found #41

Open JustinGrote opened 7 months ago

JustinGrote commented 7 months ago

If we got far enough into the search process that a requested module was not found, we should suggest the next highest or next lowest version that was found up to that point that would satisfy the specification. This would require some additioanl context tracking during some of the module resolution process.