Fix the NREs when writing to console from multiple threads by kborowinski · Pull Request #25440 · PowerShell/PowerShell
added
the
CL-General
label
Apr 25, 2025pwshBot pushed a commit to pwshBot/PowerShell that referenced this pull request
May 3, 2025…l#25440) The WriteImpl() method should always be called within a lock on _instanceLock to ensure thread safety.
pwshBot pushed a commit to pwshBot/PowerShell that referenced this pull request
May 3, 2025…l#25440) The WriteImpl() method should always be called within a lock on _instanceLock to ensure thread safety.
SIRMARGIN pushed a commit to SIRMARGIN/PowerShell that referenced this pull request
Dec 12, 2025…l#25440) The WriteImpl() method should always be called within a lock on _instanceLock to ensure thread safety.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters