Allow more of ConsolePal to be linked away by stephentoub · Pull Request #40944 · dotnet/corefx (original) (raw)
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
If an app just uses Console.Write*, it's currently still pulling in support for stdin and stderr, because of the GetUseFileAPIs choke point.
If an app just uses Console.Write*, it's currently still pulling in support for stdin and stderr, because of the GetUseFileAPIs choke point.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
picenka21 pushed a commit to picenka21/runtime that referenced this pull request
If an app just uses Console.Write*, it's currently still pulling in support for stdin and stderr, because of the GetUseFileAPIs choke point.
Commit migrated from dotnet/corefx@d733b29