Skip to content

[WebToolsE2E][Aspire] For an API project with Aspire, click the Endpoints URL in the dashboard, the launched URL in the browser does not match the launchUrl specified for the API project #82

@balachir

Description

@balachir

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.9 P1 from build main-34204.231
  3. Install 8.0 RC 2 build 8.0.100-rc.2.23502.2
  4. Apply NuGet Feeds
  5. Install Aspire workload

REPRO STEPS

  1. In the VS, create a new project > ASP.NET Core Web API > give a name > .NET 8.0 > check 'Enlist in Aspire orchestration' > create.
  2. Ctrl+F5
  3. On the dashboard, click the the url under 'Endpoints'

image

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

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

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions