REGRESSION INFO: Works well on a clean aspire cli 13.4.6
INSTALL STEPS
- Clean machine: Win11 x64 25h2 ENU.
- Install SDK 10.0.302.
- Install Aspire 13.5.
REPRO STEPS
- Open Command Prompt.
- Create an aspire project (no to all prompts)
aspire new aspire-starter -n Aspiretest1
cd Aspiretest1\Aspiretest1.Apphost
- Run the project with
aspire run.
- Stop the project after dashboard URL appear.
- edit Aspiretest1.Apphost.csproj line 1 to:
<Project Sdk="Aspire.AppHost.Sdk/13.4.6">
- Clean the project and run again
rmdir /s /q bin obj 2>nul
aspire run --log-level debug
Note
- Downgrading aspire CLI to 13.4.6 through aspire update --self and creating a new project retains the issue.
- Does not repro when downgrading apphost.sdk lower than 13.4.X.
- Also repro when running aspire update to update the project from lower than 13.4.X to 13.4.X.
- Also repro on other aspire project templates.
ACTUAL
Command output stops at "Starting dashboard..." and hangs indefinitely.

Expected
Dashboard starts and the CLI reports the Dashboard URL.
REGRESSION INFO: Works well on a clean aspire cli 13.4.6
INSTALL STEPS
REPRO STEPS
aspire run.Note
ACTUAL

Command output stops at "Starting dashboard..." and hangs indefinitely.
Expected
Dashboard starts and the CLI reports the Dashboard URL.