Skip to content

[AspireE2E] The dashboard is blank when running an Aspire 9.3 project with the .NET 10. #9949

@vmykagapuz

Description

@vmykagapuz

INSTALL STEPS

  1. Clean machine: Win11 x64 24h2 ENU
  2. Install .NET SDK 10 Preview 5
  3. Add dotnet9 feed for 9.4.0
  4. Install the latest Aspire 9.4.0
    - dotnet new install Aspire.ProjectTemplates::9.4.0-preview.1.25318.8 --force

NOTES

  1. This issue only reproduces in Visual Studio when the .NET 10 is the only runtime installed.

REPRO STEPS

  1. Open CMD > Create aspire-starter project:
    dotnet new aspire-starter -f net10.0 --aspire-version 9.3 -o aspire1
  2. Run the project
    cd aspire1/aspire1.apphost
    dotnet run
  3. Click the link in the CMD to open the aspire dashboard.

ACTUAL
The browser shows a blank screen; no Aspire dashboard is displayed.

DashboardIssue.webm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions