This is an automated email from the ASF dual-hosted git repository.
blachniet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.
from 563c246 AVRO-2574: Add a default value to the spec (#662)
new 85ce022 AVRO-2522: Handle record types with Nullable and IList in
their names (#663)
new bfbd2d1 AVRO-2522: Fix nullable resolution inside lists (#663)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
lang/csharp/src/apache/main/CodeGen/CodeGen.cs | 12 +--
.../src/apache/main/Specific/ObjectCreator.cs | 5 +-
.../apache/test/Specific/EmbeddedGenericsRecord.cs | 114 +++++++++++++++++++++
.../src/apache/test/Specific/ObjectCreatorTests.cs | 22 +++-
.../src/apache/test/Specific/SpecificTests.cs | 62 +++++++++++
5 files changed, 205 insertions(+), 10 deletions(-)
create mode 100644
lang/csharp/src/apache/test/Specific/EmbeddedGenericsRecord.cs