[
https://issues.apache.org/jira/browse/AVRO-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040397#comment-17040397
]
Matthew Kellogg commented on AVRO-2754:
---------------------------------------
[https://github.com/apache/avro/pull/822]
> 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)