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

Add possibility to write ANSI color escape codes when the console output is redirected #47935

Merged
merged 2 commits into from
Jul 9, 2021

Commits on Jul 9, 2021

  1. Add possibility to write ANSI color escape codes when the console out…

    …put is redirected
    
    This  introduces an opt-in mechanism to allow writing ANSI color escape codes even when the console output is redirected.
    
    To enable ANSI color codes, the `DOTNET_CONSOLE_ANSI_COLOR` environment variable must be set to `true` (case insensitive) or `1`.
    
    Fixes dotnet#33980
    0xced authored and stephentoub committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    bb2b3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb9588 View commit details
    Browse the repository at this point in the history