dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.
MIT License
58 stars 41 forks source link

StackParser crashes when using /in and /out parameter #60

Open schuettecarsten opened 7 years ago

schuettecarsten commented 7 years ago

StackParser crashes when using /in and /out parameter because the StreamReader/StreamWriter instances "sr" and "sw" are closed too early.

Trolldemorted commented 6 years ago

Was this issue solved by #61?