REGRESSION INFO: Also repro on Aspire 13.0.2
INSTALL STEPS
- Clean machine: Windows x64 23h2
- Install SDK 10.0.101
1.Install Aspire CLI - version: 13.1.0-preview.1.25609.8
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"
- Install
python, uv , nodejs and npm
REPRO STEPS
- Create aspire python starter app with following command:
aspire new aspire-py-starter --name AspirePythonApp
- Go to the project folder and run the app with
aspire run
- Open the Dashboard URL in browser
- Click the 'Stop' button under Actions
ACTUAL
The "Finished" under State is marked in red

The console logs show Successfully executed command 'resource-stop':

Note:
- This issue does not repro on aspire starter app.
- This issue also repro on aspire react starter app.
