Is there an existing issue for this?
Describe the bug
If you run aspire run a second time, it stops the existing app host instance before starting a new instance up.
When you do this, it closes the existing CLI, which complains about an unexpected error occurring. aspire stop on the other hand causes the CLI to stop more gracefully,
Running another instance with aspire run

Expected Behavior
If you stop the app host via aspire stop, the cli session exits gracefully. I'd expect a restart from aspire run to behave the same way.
Steps To Reproduce
- In one terminal session run
aspire run
- In a second terminal session, run
aspire run for the exact same app host.
Exceptions (if any)
No response
Aspire doctor output
No response
Anything else?
No response
Is there an existing issue for this?
Describe the bug
If you run
aspire runa second time, it stops the existing app host instance before starting a new instance up.When you do this, it closes the existing CLI, which complains about an unexpected error occurring.
aspire stopon the other hand causes the CLI to stop more gracefully,Running another instance with

aspire runExpected Behavior
If you stop the app host via
aspire stop, the cli session exits gracefully. I'd expect a restart fromaspire runto behave the same way.Steps To Reproduce
aspire runaspire runfor the exact same app host.Exceptions (if any)
No response
Aspire doctor output
No response
Anything else?
No response