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

Replace our implementation of Process.KillTree with new netcoreapp3.0 for this #7711

Closed
natemcmaster opened this issue Feb 19, 2019 · 1 comment
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI

Comments

@natemcmaster
Copy link
Contributor

dotnet/corefx#34147 added Process.Kill(bool entireProcessTree). We should look into removing this code which does the same thing, but doesn't implement the behavior as well as the corefx API does.

@Eilon Eilon added the area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI label Feb 19, 2019
@Eilon
Copy link
Member

Eilon commented Feb 19, 2019

Placing in commandlinetools area because that's the only non-test usage of this utility.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
Projects
None yet
Development

No branches or pull requests

4 participants