REGRESSION INFO: New feature on Aspire 13.3
INSTALL STEPS
- Clean machine: Windows11 25h2 x64
- Install 10.0.202 SDK
- Install Aspire CLI 13.3 :
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"
REPRO STEPS
-
Open CMD, create an Aspire ASP.NET Core/Blazor Starter App using following commands:
aspire new aspire-starter -n Aspire1
-
Clear local deployment state
-
Run aspire destroy
ACTUAL
aspire destroy will execute successfully.

EXPECTED
It should execute failed with clear message explaining destroy cannot proceed
REGRESSION INFO: New feature on Aspire 13.3
INSTALL STEPS
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"REPRO STEPS
Open CMD, create an Aspire ASP.NET Core/Blazor Starter App using following commands:
aspire new aspire-starter -n Aspire1Clear local deployment state
Run
aspire destroyACTUAL

aspire destroywill execute successfully.EXPECTED
It should execute failed with clear message explaining destroy cannot proceed