Clean cross-platform process shutdown for dotnet
While developing dotnet-evergreen,
I needed to figure out a way to cleanly terminate a process in a cross-platform
way without resorting to a (somewhat violent) Process.Kill.
[Read More]