-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix(powershell): multiple Invoke-Expression fixes #8318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
alexsch01
commented
May 22, 2025
- prevent pipeline input from using Invoke-Expression
- allow redirect operator to behave again by stripping redirects out from Invoke-Expression
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It passes the Windows Shim Tests. LGTM 👍
@wraithgar it's ready! |
- prevent pipeline input from using Invoke-Expression - allow redirect operator to behave again by stripping redirects out from Invoke-Expression
The v10 branch just had its dependencies updated, and we are likely going to want to roll out a backport release for v10. It would be nice to have the sum of the If you'd prefer you can give me an idea of what files to bring over and I can make the PR. |