Description
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 9.0.203
- Add the dotnet9 feed for 9.3.0-preview.1
4, Install the latest Aspire 9.3.0-preview.1 templates
dotnet new install Aspire.ProjectTemplates::9.3.0-preview.1.25255.23
- Install Aspire.CLI
dotnet tool install --global aspire.cli --version 9.3.0-preview.1.25255.23
REPRO STEPS
- Create a project using this command and add extra characters/words then press Enter.
aspire new
ACTUAL
The additional characters/words have been accepted.
EXPECTED
Correct command should only be accepted syntax.