PowerShell / PSResourceGet

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

Fix dependency loops in install-psresource #491

Closed alerickson closed 1 year ago

alerickson commented 2 years ago

Prerequisites

Steps to reproduce

See: https://github.com/OneGet/oneget/issues/475 and https://github.com/PowerShell/PowerShellGet/issues/47

Expected behavior

No dependency loops or at least output error/messaging if there is a loop.

Actual behavior

No verbose messaging if stuck in loop.

Error details

No response

Environment data

All environments.

Visuals

No response

alerickson commented 1 year ago

resolved with #1010