-
Notifications
You must be signed in to change notification settings - Fork 452
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] Running aspire project using CLI, the "Finished" status is marked red when clicking the Stop button of a project under Actions. #6521
Comments
This issue is the same with the issue #6203 but that one is marked as already fixed. |
Sounds like this might be an inconsistency of how dcp handles the projects that are launching? Or perhaps something different in app model? cc: @karolz-ms @mitchdenny |
I don't think so either, but it would be good to understand what the issue is and see if this is something we can fix in our first servicing |
Agreed |
The icon change is by design, a change by @drewnoakes |
Ok, let's review today in our workitem meeting and then either close if by design or update milestone + Priority if not as this is not blocking for 9.0. |
The code hasn't changed since my PR: aspire/src/Aspire.Dashboard/Model/ResourceStateViewModel.cs Lines 31 to 42 in be2a895
The icon in the screenshot looks like @vmykagapuz what tool tip do you see on the state cell? It will tell you if the exit was unexpected and the exit code if it was non-zero. |
Should there be a way (hover?) to see the actual exit code? |
Details view? |
The state cell's tool tip does show the exit code too, if non-zero. aspire/src/Aspire.Dashboard/Model/ResourceStateViewModel.cs Lines 98 to 112 in be2a895
|
@drewnoakes Regarding to the tool tip you mentioned, it shows "Project exited unexpectedly with exit code 1" |
Moving to the backlog. This isn’t a blocker. We should understand why dcp doesnt gracefully shutdown processes though. cc @karolz-ms |
INSTALL STEPS
REPRO STEPS
dotnet new aspire-starter -o aspire1
cd aspire1/aspire1.AppHost
dotnet run
ACTUAL
Run the project using CLI, the "Finished" status under State is marked in red.
EXPECTED
Run the project using VS and VS Code, the "Finished" status under State is marked in gray.
The text was updated successfully, but these errors were encountered: