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

Text message logged to Console does not get colored on Windows OS #131

Closed
ostridm opened this issue Dec 14, 2022 · 0 comments · Fixed by #132
Closed

Text message logged to Console does not get colored on Windows OS #131

ostridm opened this issue Dec 14, 2022 · 0 comments · Fixed by #132
Assignees
Labels
Type: bug Something isn't working

Comments

@ostridm
Copy link
Contributor

ostridm commented Dec 14, 2022

Despite Windows OS does provide support for handling ANSI colors in the console terminal it does not enable by default in the .net application.

Example:

Console.WriteLine("\x1b[36mTEST\x1b[0m");

Expected result: TEST

Actual result: \x1b[36mTEST\x1b[0m

Acceptance criteria: Console output containing ANSI colors gets colored

Solution: We need to adjust the Windows OS console mode to enable ANSI color processing support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant