https://github.com/microsoft/vstest/blob/5b69fd31169dd07ced917329bbb483f3b73ea98f/src/vstest.console/InProcessVsTestConsoleWrapper.cs#L129 The VsTestConsoleProcessManager is an IDisposable, but it's never disposed in this piece of code. Does it need to be Dispose()d or is it safe to ignore?