Increase C# default recursion limit to 100 (#5339)
* Increase C# default recursion limit to 100 This matches the Java and C++ defaults. * Change compatibility tests to use execution-time default recursion limit This way the same tests should pass against all versions, even if the recursion limit changes. (The tests will be testing whether different messages work, admittedly - but that's probably fine.)pull/5349/head
parent
ebfc0432c1
commit
627cc48f5a
3 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue