-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Aspire]: dotnet watch kills process tree on windows and does not let DCP cleanup containers #44542
Comments
This still reproduces with 9.0.200-preview.0.24551.17+aea7b5075c8933b1c6d7ac59d40a7cabb0da6af1, which is after the fix was made. |
cc @karolz-ms |
I thought @tmat had a fix for this... allowing DCP escape from the job |
I don't have a fix. What exactly should dotnet-watch do? We are launching the project using |
OK. Last time I checked, DCP launched via So the ask is to change the SDK to set |
@baronfel can you help with the investigation here? |
CTRL+C on windows I haven't verified non-windows, shuts down the process tree including dcp which does not allow it to properly clean up containers. This means that running watch and using Ctrl + C leaves containers running (a leak).
I made an app using:
watchungraceful.mp4
The text was updated successfully, but these errors were encountered: