REGRESSION INFO: New feature change on Aspire.ProjectTemplates 13.3
INSTALL STEPS
- Clean machine: Windows11 25h2 x64
- Install SDK 10.0.201
- Install Aspire.ProjectTemplate:
dotnet nuget add source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json --name dotnet9
dotnet new install Aspire.ProjectTemplates@13.3.0-preview.1.26213.4 --force
REPRO STEPS
- Open CMD, create an Aspire Starter App using following commands:
dotnet new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
- Run the app with
dotnet run
- Open the Dashboard URL in browser
- Click the stop button of
apiservice and webfrontend project.
- View the notifications in the top right corner
- Click the bell icon button to open the Notification Center
ACTUAL
-
In the notifications info, the items are displayed as "Display name"

-
In the Notification Center, the items are displayed as "resource.name"

EXPECTED
All notification information are displayed using the Display Name.
REGRESSION INFO: New feature change on Aspire.ProjectTemplates 13.3
INSTALL STEPS
REPRO STEPS
dotnet runapiserviceandwebfrontendproject.ACTUAL
In the notifications info, the items are displayed as "Display name"

In the Notification Center, the items are displayed as "resource.name"

EXPECTED
All notification information are displayed using the Display Name.