Dongbo Wang
Dongbo Wang
@JamesWTruher and @SteveL-MSFT The PR was updated, can you please review it again?
The root cause is: - before the change of #18356, `Encoding.RegisterProvider` will be called on the first time retrieving the default encoding by `GetDefaultEncoding()`, which happens when loading the `PSReadLine`...
The root problem is that when doing `pwsh -> cmd -> powershell`, the `$env:PSModulePath` in the `powershell` process will be incorrectly using the module path from `pwsh`. This is because...
Re-open this issue. Running gcloud is not running gcloud.exe, but resolved to the gcloud.ps1 file under the installation folder. The gcloud.ps1 file eventually calls python.exe with a generated argument array....
This is a regression in .NET 7 comparing with .NET 6. See https://github.com/dotnet/runtime/issues/78941 for details.
The fix to https://github.com/dotnet/runtime/issues/78941 will be backported to .NET 7. Once the new .NET 7.x release is out, we will have a service release to 7.3 to include that .NET...
Re-open the issue. .NET will ship the fix in 7.0.3, which is supposed to be out in February. Will close this issue once we ship a servicing release with .NET...
The linting GitHub action keeps failing with this update. Ignore this update for now.
Close as it caused the 'markdown-lint' tests to fail.
@xtqqczze The changes here will conflict with #19194. Given that this PR contains way less changes than #19194, I think it's better to merge the other one first. You will...