We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INSTALL STEPS
1.Clean machine: Win11 x64 ENU 2.Install SDK 9.0.202 3. Add dotnet9 feed for 9.2.0-preview.1 4. Install the latest Aspire 9.2.0-preview.1 templates dotnet new install Aspire.ProjectTemplates::9.2.0-preview.1.25175.9 --force 5. Install aspire.cli tool. dotnet tool install --global aspire.cli --prerelease --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
dotnet new install Aspire.ProjectTemplates::9.2.0-preview.1.25175.9 --force
dotnet tool install --global aspire.cli --prerelease --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
REPRO STEPS
mkdir aspire1 cd aspire1 aspire new cd aspire1.apphost aspire add
ACTUAL Words are being accepted in the specifying a version.
EXPECTED Only number version is accepted.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. We need to tighten up the input validation here.
Sorry, something went wrong.
aspire add
I verified this issue using SDK 9.0.202 + Aspire 9.2.0-preview.1.25201.2. It doesn't reproduce this issue so closing this bug.
mitchdenny
Successfully merging a pull request may close this issue.
INSTALL STEPS
1.Clean machine: Win11 x64 ENU
2.Install SDK 9.0.202
3. Add dotnet9 feed for 9.2.0-preview.1
4. Install the latest Aspire 9.2.0-preview.1 templates
dotnet new install Aspire.ProjectTemplates::9.2.0-preview.1.25175.9 --force
5. Install aspire.cli tool.
dotnet tool install --global aspire.cli --prerelease --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
REPRO STEPS
ACTUAL

Words are being accepted in the specifying a version.
EXPECTED
Only number version is accepted.
The text was updated successfully, but these errors were encountered: