Replies: 3 comments 2 replies
-
|
Here's my opinion: add a switch for it, whether use emoji for an attractive view or a retro one🤣 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I also noticed that the sizes of these Emojis are not the same. Environment: Windows 11, Windows Terminal. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Emojis are not part of -tl output anymore (based on the feedback provided here) - so closing this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
.NET 8 Preview 4 was released today and there are a lot of exciting features in it. First up is the new Terminal Logger of MSBuild.
I couldn't wait to install the new SDK and try out this new feature. It's very nice and meets my expectations for a modern compiler's output, beautiful and well organized. However, I noticed a somewhat annoying glitch: when the build fails, MSBuild outputs an red "❌" Emoji, like this (I left a compile error on purpose :D):
Problems
The "❌" (or "⚠︎" in warnings) output here has, in my opinion, some drawbacks, as follows:
The solution I envision
Simply remove the "❌" and "⚠︎". The whole error/warning message is in red or yellow, and it's already eye-catching.
That's my personal feedback on the new Terminal Logger. If you have ideas about this, feel free to discuss them below ;D
Beta Was this translation helpful? Give feedback.
All reactions