Closed Omnicrash closed 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
Thanks for the pull request. I will merge and release shortly!
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