You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: InputObject hashtable no longer mutated by Get-Dependency (#35)
Parse-Dependency called $Dependencies.Remove('PSDependOptions') on the
original hashtable because $Dependencies was assigned by reference.
Clone each element before Parse-Dependency runs so the caller's object
is left intact and a second Invoke-PSDepend / Get-Dependency call still
honours PSDependOptions (e.g. Target).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments