You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WebToolsE2E][Aspire] The "Source" shows wrong suffix "dotnet run --no-build --project XXX Debug --no-launch-profile" in Aspire Dashboard after running the Aspire App in CLI
#6835
Open
Rita003 opened this issue
Nov 28, 2024
· 3 comments
Open CMD, create an Aspire Starter App using following commands:
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
Dotnet run the project in CMD, and open URL in the browser. dotnet run
Note
The issue doesn't repro when debugging an Aspire Starter project in VS
ACTUAL
The "Source" shows wrong suffix: dotnet run --no-build --project C:\Users\v-ritagao\AspireStarter\AspireStarter.ApiService\AspireStarter.ApiService.csproj -c Debug --no-launch-profile
EXPECTED
The text was updated successfully, but these errors were encountered:
REGRESSION INFO: Work in Aspire 9.0.0
INSTALL STEPS
REPRO STEPS
dotnet run
Note
ACTUAL
The "Source" shows wrong suffix:
dotnet run --no-build --project C:\Users\v-ritagao\AspireStarter\AspireStarter.ApiService\AspireStarter.ApiService.csproj -c Debug --no-launch-profile
EXPECTED
The text was updated successfully, but these errors were encountered: