Skip to content

[AspireE2E] Aspire new failed to create aspire project with error "Failed to parse template version from stdout" with .NET 11 SDK #14190

@jinzhao1127

Description

@jinzhao1127

REGRESSION INFO: Not a regression.

INSTALL STEPS

  1. Clean machine: Win11 x64 25h2 ENU
  2. Install SDK 11.0 Preview 1 from https://aka.ms/dotnet/11.0.1xx/daily/dotnet-sdk-win-x64.exe
  3. Add feed.
  4. Install Aspire.Cli 13.2.0-preview.1.26078.7 via iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"

REPRO STEPS

  1. Open CMD and create an Aspire Starter App (ASP.NET Core/Blazor)
     aspire new aspire-starter -n AspireStarterApp
    

ACTUAL
❌ An unexpected error occurred: Failed to parse template version from stdout.

Image

Note:

  1. This issue works well on .NET 10 + Aspire CLI 13.2
  2. When using the dotnet new aspire-starter can create successfully, but the proeject target framework version is net10

EXPECTED
aspire project create successfully!

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions