Skip to content

v0.6.0

Choose a tag to compare

@asmichi asmichi released this 28 Feb 10:51
· 129 commits to master since this release

Breaking Changes

  • Change the namespace from Asmichi.Utilities.ProcessManagement to Asmichi.ProcessManagement.

Bug Fixes

  • (Windows 10 1809, including Windows Server 2019) Add workaround for a Windows pseudoconsole bug. See the known issues for details.

Known Issues

  • On Windows 10 1809 (including Windows Server 2019), SignalTermination just kills the process tree (the same operation as Kill).
    • This is due to a Windows pseudoconsole bug where ClosePseudoConsole does not terminate applications attached to the pseudoconsole.