Why have I started seeing the following character sequence (which seems to some progress indicator) whenever I pipe dotnet program output to a file now?
\x1b]9;4;3;\x1b\\\x1b]9;4;0;\x1b\\
Program.cs:
Console.WriteLine("Hello, World!");
dotnet run > output.txt
output.txt:
�]9;4;3;�\�]9;4;0;�\Hello, World!
❯ dotnet --version
9.0.100-rc.2.24474.11
Runtime Environment:
OS Name: Windows
OS Version: 10.0.22631
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\
Why have I started seeing the following character sequence (which seems to some progress indicator) whenever I pipe dotnet program output to a file now?
\x1b]9;4;3;\x1b\\\x1b]9;4;0;\x1b\\Program.cs:
dotnet run > output.txt
output.txt: