[
https://issues.apache.org/jira/browse/AVRO-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043248#comment-17043248
]
ASF subversion and git services commented on AVRO-2754:
-------------------------------------------------------
Commit 8199b9626e4badd34a85946cd223a91863f44cee in avro's branch
refs/heads/master from Matt Kellogg
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=8199b96 ]
AVRO-2754: Add support for UUID logical types in C# (#822)
* AVRO-2754: Add support for UUID logical types in C#
* AVRO-2754: Add support for UUID logical types in C#
* Update lang/csharp/src/apache/main/CodeGen/CodeGen.cs
Fully qualified Nullable type
Co-Authored-By: Brian Lachniet <[email protected]>
Co-authored-by: Brian Lachniet <[email protected]>
> Add support for UUID logical types in C#
> ----------------------------------------
>
> Key: AVRO-2754
> URL: https://issues.apache.org/jira/browse/AVRO-2754
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.9.2
> Reporter: Matthew Kellogg
> Priority: Minor
>
> Add support for UUID logical types to the C# library
> * Codegen should generate Guid fields/properties
> * Base schema type is a string with the guid encoded in RFC 4122 format
> (Guid.ToString() does this by default)
> * Ensure nullable is supported properly
--
This message was sent by Atlassian Jira
(v8.3.4#803005)