Open
Description
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.