This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.
from fe40576 AVRO-3134: Fix ArgumentOutOfRangeException in method ToString
of AvroDecimal
add 1f1efa7 Fix: Infinite Recursion
add 62a2d3f * Add RecurseTest * check the return value of TryAdd
No new revisions were added by this update.
Summary of changes:
lang/csharp/src/apache/main/Reflect/ClassCache.cs | 9 ++
.../src/apache/test/Reflect/TestRecursive.cs | 137 +++++++++++++++++++++
2 files changed, 146 insertions(+)
create mode 100644 lang/csharp/src/apache/test/Reflect/TestRecursive.cs