Open
Description
INSTALL STEPS
1.Clean machine: Win11 x64 ENU
2.Install SDK 9.0.202
3. Add dotnet9 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.25181.6 --force
NOTE
- When you clicked the Pause button, the graph only stopped automatically.
REPRO STEPS
- Open CMD, create a folder using following commands:
dotnet new aspire-starter -o aspire1
cd aspire1
cd aspire1.apphost
- Run the project using this command:
dotnet run
- In the Metrics Page, click the 'Pause button'.
ACTUAL
No notification message display when clicking the Pause button in the Metrics Page.
EXPECTED
In the Structured Logs and Traces when you clicked the Pause button there was a message displayed below for capturing the time-stamp.