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
-
Run unknown flags aspire destroy --force
ACTUAL
aspire destroy --force will execute successfully.

EXPECTED
error: Unknown option '--force' Run 'aspire destroy --help' for more information.
aspire destroy -h info:

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 Aspire1Run unknown flags
aspire destroy --forceACTUAL

aspire destroy --forcewill execute successfully.EXPECTED
error: Unknown option '--force' Run 'aspire destroy --help' for more information.
aspire destroy -h info: