Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2018-10] [corlib] Ensure that Console Streams are thread-safe #11230

Merged
merged 1 commit into from Oct 18, 2018

Commits on Oct 17, 2018

  1. [corlib] Ensure that Console Streams are thread-safe

    The Console class wraps the standard system stream reader/writers on construction so as to expose them as thread-safe. However, the Set-Out/In/Err methods in referencesource do not do the same when they replace default targets.
    
    CoreFX code does: https://github.com/mono/corefx/blob/1748f6492e8b96842f76e1a9e7b5d7e8ccfca480/src/System.Console/src/System/Console.cs\#L412-L444
    
    Possible fix for mono#11146
    alexischr authored and monojenkins committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    cbec495 View commit details
    Browse the repository at this point in the history