microsoft / microsoft/aspire

[WebToolsE2E][Aspire] When using the 'aspire new' command on choosing the templates, input words that match using "Type to Search" and press enter, no specific template has been selected.

Open
#8,623 0 comments 0 reactions 0 assignees View on GitHub
area-templates
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

**INSTALL STEPS**

1. Clean machine: Win11 x64 24h2 ENU
2. Install SDK 9.0.202
Add the following:
```
-dotnet 9 feed
.Net 8 and 9 feed
dotnet extension feed
```
3. Install the latest Aspire 9.2.0-preview.1 templates
`dotnet new install Aspire.ProjectTemplates::9.2.0 --force`
4. Run the command using powershell (admin):
`iex "& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) }"`
5. Install aspire.cli tool
`dotnet tool install --global aspire.cli --prerelease --source https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspire-289c6b87/nuget/v3/index.json`

**REPRO STEPS**
1. Open CMD, use the following command:
```
aspire new
```
2. On the "Type to Search", enter any characters that match the selection then press enter.

**ACTUAL**
The 'Type to Seach' can accepts characters and symbols but when you press the enter nothing happens. It is also confusing what template has been selected when using this.
![Image](https://github.com/user-attachments/assets/c9817b23-f90e-4c60-af15-bd8a39b6a3cd)

**EXPECTED**
The 'Type to Search' should be more precise on what template is being selected.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.