PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
495 stars 93 forks source link

Fix 1688 "Find-PSResource -Name * does not return anything on 1.0.5+" #1706

Closed o-l-a-v closed 1 month ago

o-l-a-v commented 2 months ago

PR Summary

Remove redundant $filter to fix #1688. And add test to make sure this regression does not happen again.

PR Context

See previous point.

PR Checklist