Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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

Closed
Rita003 opened this issue Nov 28, 2024 · 5 comments · Fixed by #7409
Assignees
Milestone

Comments

@Rita003
Copy link

Rita003 commented Nov 28, 2024

REGRESSION INFO: Work in Aspire 9.0.0

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.12.3
  3. Install Aspire 9.1.0-preview.1.24577.7
    • Apply dotnet9 feed

REPRO STEPS

  1. Open CMD, create an Aspire Starter App using following commands:
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
  1. Dotnet run the project in CMD, and open URL in the browser.
    dotnet run

Note

  1. 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

Image

EXPECTED
Image

@davidfowl
Copy link
Member

This is new but not the ideal display.

cc @adamint do we have a follow up change to hide these arguments unless specified?

@joperezr joperezr added the untriaged New issue has not been triaged label Dec 9, 2024
@balachir
Copy link

@Rita003 does this still reproduce using latest builds of Aspire 9.1 ?

cc: @v-sherryfan @v-elenafeng

@Rita003
Copy link
Author

Rita003 commented Jan 21, 2025

@Rita003 does this still reproduce using latest builds of Aspire 9.1 ?

@balachir Yes, this issue still reproduce after installing the latest Aspire 9.1.0-preview.1.25070.5

@adamint adamint self-assigned this Jan 21, 2025
@adamint
Copy link
Member

adamint commented Jan 21, 2025

This is new but not the ideal display.

cc @adamint do we have a follow up change to hide these arguments unless specified?

We don't. I'll create one

@Rita003
Copy link
Author

Rita003 commented Feb 7, 2025

Verify that this issue is fixed after installing the latest Aspire 9.1.0-preview.1.25106.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment