| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please add tests |
Sorry, something went wrong.
|
Test was added. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
🎉v7.1.0-preview.1 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
PowerShell native-command stdin pipeline on PS5 and PS7.0-7.3 re-encodes piped strings using $OutputEncoding (CP1252/ANSI on Windows), corrupting PGP armored key data. Replace the pipe with a temp file written using explicit UTF-8 no-BOM encoding, then pass the file path directly to gpg --import. Also strip a leading BOM character defensively in case the secret source includes one. Refs PowerShell/PowerShell#11885 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PowerShell native-command stdin pipeline on PS5 and PS7.0-7.3 re-encodes piped strings using $OutputEncoding (CP1252/ANSI on Windows), corrupting PGP armored key data. Replace the pipe with a temp file written using explicit UTF-8 no-BOM encoding, then pass the file path directly to gpg --import. Also strip a leading BOM character defensively in case the secret source includes one. Refs PowerShell/PowerShell#11885 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PowerShell native-command stdin pipeline on PS5 and PS7.0-7.3 re-encodes piped strings using $OutputEncoding (CP1252/ANSI on Windows), corrupting PGP armored key data. Replace the pipe with a temp file written using explicit UTF-8 no-BOM encoding, then pass the file path directly to gpg --import. Also strip a leading BOM character defensively in case the secret source includes one. Refs PowerShell/PowerShell#11885 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Bring back MainWindowTitle in PSHostProcessInfo * Add test
| Back | FazBrowse Home | New Git URL |
PR Summary
Process.MainWindowTitle is now in .Net Core so bring back MainWindowTitle in PSHostProcessInfo
PR Context
PR Checklist