dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

Fixed process not being disposed in Tests.Helpers.ProcessUtils #7

Closed jnm2 closed 7 years ago

jnm2 commented 7 years ago

Incredibly minor fix. I guess it would be a good thing if the test process didn't leak process handles.

I simply wrapped everything in a using, the rest is indentation. GitHub is totally goofing on the comparison. It's matching up the wrong braces. Visual Studio displays the diff much more intuitively because it disregards indentation. I wonder if there's a .gitattributes configuration to make GitHub ignore whitespace when diffing?