aspire
aspire copied to clipboard
[WebToolsE2E][Aspire] There isn't a package description for the Aspire CLI in the Nuget Packages.
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install 17.14 Preview 4
- Install SDK 9.0.203
- Add the dotnet9 feed for 9.3.0-preview.1
- Install the latest Aspire 9.3.0-preview.1 templates
dotnet new install Aspire.ProjectTemplates::9.3.0-preview.1.25224.4
NOTE
- Only in the right column the description shows.
REPRO STEPS
- Create an Aspire Starter App > Target Framework: 9.0/8.0 >Authentication Type: No Auth > Create.
- Right click the project xxx.Apphost in the Solution Explorer > Select Manage Nuget Packages.
- Choose the Package Source: All
- Check the "Include prerelease"
- In the Seach bar, type Aspire CLI.
ACTUAL
In the left column side, the package description isn't visible.
EXPECTED
Both sides should indicate the package description like the example screenshot below.