Skip to content

[WebToolsE2E][Aspire] After installing SDK 9.0, create an aspire project and run dotnet watch, the line with URL + the token authentication information does not appear #5010

@v-bennettyue

Description

@v-bennettyue

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK .NET 8.0.303
  3. Install Aspire:
    • dotnet workload update
    • dotnet workload install aspire
  4. Install SDK .NET 9.0 Preview 6

REPRO STEPS

  1. Create an aspire project:
    • Open command line and run: dotnet new aspire -o aspire1
  2. cd aspire1\aspire1.AppHost and run: dotnet dev-certs https
  3. Run: dotnet watch

Note: This issue also repro after installing SDK 9.0 Preview 7.

ACTUAL
The line with URL + the token authentication information does not appear,
image

EXPECTED
Information display is normal
image

Metadata

Metadata

Labels

area-toolingexternalIssues that represent work that's external to this repo.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions