By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!dotnet new console --framework net6.0
E:\...\test>dotnet run test.csproj
Hello, World!
E:\...\test>dotnet build test.csproj
MSBuild version 17.3.2+561848881 for .NET
Determining projects to restore...
All projects are up-to-date for restore.
test -> E:\Documents\csharp\test\bin\Debug\net6.0\test.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.72
E:\...\test>dotnet watch
dotnet watch Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.
Press "Ctrl + R" to restart.
dotnet watch Building...
Determining projects to restore...
All projects are up-to-date for restore.
test -> E:\Documents\csharp\test\bin\Debug\net6.0\test.dll
dotnet watch Started
Hello, World!
Test
dotnet watch ⌚ Exited
dotnet watch ⏳ Waiting for a file to change before restarting dotnet...
dotnet watch Building...
test -> E:\Documents\csharp\test\bin\Debug\net6.0\test.dll
dotnet watch Started
Hello, World!
Test1
dotnet watch ⌚ Exited
dotnet watch ⏳ Waiting for a file to change before restarting dotnet...
dotnet watch Building...
test -> E:\Documents\csharp\test\bin\Debug\net6.0\test.dll
dotnet watch Started
Hello, World!
Test
dotnet watch ⌚ Exited
dotnet watch ⏳ Waiting for a file to change before restarting dotnet...
_x64: 1
_admin: 1
_elevated: 1
TCC 29.00.15 x64 Windows 10 [Version 10.0.19044.2130]
set DOTNET_WATCH_SUPPRESS_EMOJIS=1
echo %@char[0xd83d 0xde38]
in a regular Take Command tab?Is there some setting that it depends on?Take Command tab windows are capable of displaying emojis. jemerson, what do you see if you typeecho %@char[0xd83d 0xde38]
in a regular Take Command tab?
Same result here (cat emoji) with Microsoft Windows 10 Pro x64 [19045.2311] [22H2] [de-CH] TCMD 29.00.16 x64 ...Hi Charles. Take command started with tcmd /t tcc
typing echo %@char[0xd83d 0xde38] produces:
View attachment 3775
That looks like a cat emoji to me.Hi Charles. Take command started with tcmd /t tcc
typing echo %@char[0xd83d 0xde38] produces:
View attachment 3775
Hmmm! My consoles all use Consolas. TCMD doesn't show a smiley. TCC in conhost also doesn't show a smiley. But TCC in OpenConsole.exe (from Windows Terminal) does. That makes me think the Windows 11 conhost will do it (whereas the Windows 10 conhost won't). Charles, are you in Windows 11?