Regression: It is a regression, this issue doesn't reproduce on Aspire 8.2.2 and Aspire 9.0.0
Clean machine: Win11 x64 24h2 ENU
VS Version: VS 17.14.0 Preview 1.0 [35811.91.d17.14]
Aspire Version: 9.1.0
Apply NuGet Feeds
Repro Steps:
- Create a new 9.0/8.0 Aspire Starter App with Aspire 9.1 -> F5/Ctrl+F5 the project.
- Click on "Console" -> Select "apiservice" on "Resource" drop down button -> Click on "Stop" button to stop the resource.
- Check whether the “Stop” button automatically switches to the “Start” button after a successful execution stop.
Expect:
The “Stop” button automatically switches to “Start” button after a successful execution stop.
Actual:
The "Stop" button doesn't automatically switch to "Start" after a successful execution stop.

More Info:
- Refresh/reopen Console page can fix this issue.
- Similarly, the "Start" button does not automatically switch to the "Stop" button.