Skip to content

[WebToolsE2E][Aspire] The icons color in the CMD isn't correct during creation and running of the project. #8672

Open
@Coleen17

Description

@Coleen17

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 9.0.203
  3. Add the dotnet 9 feed for 9.2.0-preview.1
  4. Install the latest Aspire 9.2.0-preview.1 templates
    dotnet new install Aspire.ProjectTemplates::9.2.0-preview.1.25208.17
  5. 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

  1. Run the following command:
    aspire new
  2. Select a project template > Enter the project name > Enter the output path > Specify a version then press enter > check the color of the icons.
  3. Run the following command and check the icons.
    cd aspires/projects.apphost
  4. Run the project using command and check the color of the icons.
    aspire run

ACTUAL
The color of the icons isn't correct
Image

EXPECTED
The color of the icons should be like this and consistent.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-clihelp wantedIssue that is a good candidate for community contribution.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions