Dongbo Wang
Dongbo Wang
@TravisEz13 Please review again when you get the time. Thanks!
@chrisdent-de Thanks for submitting this PR. However, it's required to open an issue first for discussing the solution before submitting the code change. Can you please open the corresponding issue?
@ShaunLawrie Thanks for submitting a PR. However, for enhancement changes, it's required to start with an issue so we can discuss about the right solution. Can you please open the...
Engine-WG reviewed this issue today and agreed that the error message should be improved. Marked this issue as a bug.
The Engine WG reviewed this today. It seems the issue is not rooted in `$PSDefaultParameterValues`, but in `Import-Module -UseWindowsPowerShell:$false`. When running `Import-Module NoSuchModule -UseWindowsPowerShell:$false`, it doesn't really do anything, but...
Just to point out that when running `powershell.exe >x.txt -Command { Write-Output "Hello" }`, the content of `x.txt` is the plain text "Hello", so this is a regression. /cc @SeeminglyScience...
The Engine WG reviewed this issue today and we agreed that the module discovery should find the highest version of the specified module that satisfy `PSVersion` requirement, especially if auto-loading...
@iSazonov Thank you for your analysis and sharing the details! I have marked this issue with the `Resolution-Answered` label.
@MartinGC94 https://github.com/PowerShell/PowerShell/pull/20815 was already merged, can you please rebase this PR against the master branch, so it's easier to see the changes on top?
@MartinGC94 Thanks for rebasing. A question before moving on to review the code: are the changes from #20815 still relevant? I assume those changes are relevant to the fix and...