INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install latest 8.0.100 SDK
- Install VS Code
- Install latest-released C# DevKit
- Apply NuGet Feeds
- Install Aspire workload
REPRO STEPS
- Create an Aspire Application in CMD and open with VSCode
dotnet new aspire -o Aspire
cd Aspire
code .
- Right-click the xxx.AppHost project > Debug > Start New Instance
ACTUAL
The web page cannot be opened automatically, you need to manually click the url in the debug console

Note
The webapp projects without Aspire can automatically open web pages after debugging
EXPECTED
The webpage can be opened automatically after debugging
