Open Dirk-Peters-BF opened 1 day ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
This bug is being tracked in https://github.com/dotnet/msbuild/issues/10998.
Thanks. That explains why I did not find anything in "runtime" or here ...
Describe the bug
Unexpected ASCII control characters are inserted in output when running "dotnet run" for a console project.
To Reproduce
expected result: less shows "Hello, World!"
actual result: less shows: "ESC]9;4;3;ESC\ESC]9;4;0;ESC\Hello, World!"
Further technical details