You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/03/29 10:26:38 UTC

[avro] branch master updated (47ed66f -> 65eb24a)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 47ed66f  AVRO-3469: Add .NET 7.0 prerelease support (#1621)
     add 65eb24a  AVRO-3468: Handle default values for logical types (#1622)

No new revisions were added by this update.

Summary of changes:
 lang/csharp/src/apache/main/IO/Resolver.cs         |   4 +
 lang/csharp/src/apache/test/AvroDecimalTest.cs     |   1 +
 .../csharp/src/apache/test/Generic/GenericTests.cs | 105 ++++++++++++++++++---
 .../Specific/RecordWithOptionalLogicalType.cs}     |  23 ++---
 .../src/apache/test/Specific/SpecificTests.cs      |  39 ++++++++
 .../src/apache/test/Util/LogicalTypeTests.cs       |  35 ++++++-
 6 files changed, 183 insertions(+), 24 deletions(-)
 copy lang/csharp/src/apache/{benchmark/org/apache/avro/benchmark/small/test.cs => test/Specific/RecordWithOptionalLogicalType.cs} (76%)