REGRESSION INFO: New feature on Aspire 13.1
INSTALL STEPS
- Clean machine: Win11 23h2 x64
- Install SDK 10.0.101
- Install Aspire.ProjectTemplate:
dotnet new install [email protected] --force
REPRO STEPS
- Open a normal Command Prompt
- Use the following command to create an Aspire Empty App project
dotnet new aspire --name AspireEmpty
- Go to AspireEmpty.AppHost project:
cd AspireEmpty/AspireEmpty.AppHost
- Run the project:
dotnet run
- Open the Dashboard URL in browser
- On the Resources page, click the
Graph tab button >click the Filter button >then click the Show hidden resources option
ACTUAL
On the "Graph" tab page, when I click the "Show/Hide hidden resources " option, the hidden resources do not immediately show or disappear unless I click somewhere or refresh the page.

RESULT
The hidden resources do not immediately show or disappear when I click the "Show/Hide hidden resources " option
