INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install VS 17.9 P1 from build main-34204.231
- Install 8.0 RC 2 build 8.0.100-rc.2.23502.2
- Apply NuGet Feeds
- Install Aspire workload
REPRO STEPS
- In the VS, create a new project > ASP.NET Core Web API > give a name > .NET 8.0 > check 'Enlist in Aspire orchestration' > create.
- Ctrl+F5
- On the dashboard, click the the url under 'Endpoints'

ACTUAL
URL displayed in the browser isn't the launchUrl value of API project.

In the API project's launchSettings.json file, the launchUrl is set to swagger

EXPECTED
Experience of clicking the URL under Endpoints for the API should be similar to Ctrl+F5 of the API project without Aspire.
