-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withouttriaged
Description
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\
svick, sailro, indrajitjadeja, julealgon, KeterSCP and 11 more
Metadata
Metadata
Assignees
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withouttriaged