[WebToolsE2E][Aspire] The icons color in the CMD isn't correct during creation and running of the project.
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 9.0.203
- Add the dotnet 9 feed for 9.2.0-preview.1
- Install the latest Aspire 9.2.0-preview.1 templates
dotnet new install Aspire.ProjectTemplates::9.2.0-preview.1.25208.17 - Install aspire.cli tool
Install aspire.cli - dotnet tool install --global aspire.cli --version 9.2.0-preview.1.25208.17 --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
REPRO STEPS
- Run the following command:
aspire new - Select a project template > Enter the project name > Enter the output path > Specify a version then press enter > check the color of the icons.
- Run the following command and check the icons.
cd aspires/projects.apphost - Run the project using command and check the color of the icons.
aspire run
ACTUAL
The color of the icons isn't correct
EXPECTED
The color of the icons should be like this and consistent.
@Coleen17 I'm unable to reproduce this. I have a machine with Win11 23H2 + SDK 9.0.203 + Aspire 9.2 templates and Aspire CLI. Are you able to consistently repro on different machines?
You'll need to use Windows Terminal to get emojis to render properly. Paste echo "🧪" into conhost and you'll see it renders a text like emoji, but paste it into windows terminal and you'll get a proper emoji"
@balachir It can stably reproduce using SDK 9.0.203 + Aspire 9.3.0-preview.1.25213.4 and Aspire CLI. On my investigation, please check the following screenshots below.
CMD
Windows Powershell
Windows Powershell as admin:
NOTE
- This issue cannot reproduce when there was a VS installed.
I verified this issue using SDK 9.0.203 + aspire 9.3.0-preview.1.25224.4 and this issue does not reproduce anymore. So, closing this bug.
I verified this issue using SDK 9.0.203 + latest Aspire 9.3.0-preview.1.25229.16 and this issue still reproduce. So, reopening this bug.