xaviersolau / GeneratorTools

Code generator tools that helps you to automate C# code generation.
MIT License
9 stars 4 forks source link

FIX: StdOut filled buffer blocking call #63

Closed Omnicrash closed 4 months ago

Omnicrash commented 4 months ago

The generator will block if the StdOut gets too large, which can very quickly happen when for example, using the BlazorJsonLocalizer tool in a fairly small project.

This will solve that.

As to why this happens and for the source of the fix, refer to: https://stackoverflow.com/questions/139593/processstartinfo-hanging-on-waitforexit-why/7608823#7608823

xaviersolau commented 4 months ago

Thanks for the pull request. I will merge and release shortly!