Bring back `MainWindowTitle` in `PSHostProcessInfo` by iSazonov · Pull Request #11885 · PowerShell/PowerShell · GitHub
Skip to content

Bring back MainWindowTitle in PSHostProcessInfo#11885

Merged
TravisEz13 merged 2 commits intoPowerShell:masterfrom
iSazonov:restore-pshostprocessinfo-api
Mar 10, 2020
Merged

Bring back MainWindowTitle in PSHostProcessInfo#11885
TravisEz13 merged 2 commits intoPowerShell:masterfrom
iSazonov:restore-pshostprocessinfo-api

Conversation

@iSazonov
Copy link
Copy Markdown
Collaborator

@iSazonov iSazonov commented Feb 19, 2020

PR Summary

Process.MainWindowTitle is now in .Net Core so bring back MainWindowTitle in PSHostProcessInfo

PR Context

PR Checklist

@iSazonov iSazonov added the CL-General Indicates that a PR should be marked as a general cmdlet change in the Change Log label Feb 19, 2020
@iSazonov iSazonov added this to the 7.1.0-preview.1 milestone Feb 19, 2020
@ghost ghost assigned TravisEz13 Feb 19, 2020
@TravisEz13
Copy link
Copy Markdown
Member

@iSazonov
Copy link
Copy Markdown
Collaborator Author

Test was added.

Copy link
Copy Markdown
Contributor

@PaulHigin PaulHigin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@iSazonov iSazonov force-pushed the restore-pshostprocessinfo-api branch from d4021a6 to e9de728 Compare March 9, 2020 17:29
@TravisEz13 TravisEz13 changed the title Bring back MainWindowTitle in PSHostProcessInfo Bring back MainWindowTitle in PSHostProcessInfo Mar 10, 2020
@TravisEz13 TravisEz13 merged commit 12bf5f4 into PowerShell:master Mar 10, 2020
@iSazonov iSazonov deleted the restore-pshostprocessinfo-api branch March 10, 2020 16:40
@ghost
Copy link
Copy Markdown

ghost commented Mar 26, 2020

kurone-kito added a commit to kurone-kito/dotfiles that referenced this pull request Apr 12, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-General Indicates that a PR should be marked as a general cmdlet change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants