-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Escape characters in error messages #5810
Comments
what platform |
win10 |
I was also seeing this on Windows Server 2012 R2. See dotnet/cli#2609. |
Folks, we're not successfully finding a repro for this issue. I've only seen the ANSI color code characters show up when i redirect console output to a text file and then open that file in notepad. We've tried this on multiple win10 machines. Can you help us find a good repro? |
Repro Steps
Output
|
I don't see it happening anymore with 1.0.0-rc2-002476 |
Still repros on Windows Server 2012 R2 with 1.0.0-rc2-002476. |
Just saw this on Ubuntu 14.04 running inside docker: (sorry about the huge size, apparently it's the OneNote screen clipping not handling HiDPI correctly) It's not really unicode, it's just an plain old ascii 0x1b, as proved like this:
|
For whatever reason I did not see this with 1.0.0-rc2-002476 but it is actually still happening on Win10 and 1.0.0-rc2-002655:
|
I can't reproduce it with 1.0.0-preview2-003121 on Windows 10 and OSX 10.11. |
Running on Linux container works fine now. Maybe can close. |
OK, since it seems the issue has resolved with newer versions, closing. Please reopen if it repros again with latest. |
Steps to reproduce
Expected behavior
No
�[39m�[22m
like sequences in the error messageActual behavior
Environment data
dotnet --info
output:The text was updated successfully, but these errors were encountered: