You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: