[
https://issues.apache.org/jira/browse/AVRO-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043283#comment-17043283
]
Hudson commented on AVRO-2754:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #835 (See
[https://builds.apache.org/job/AvroJava/835/])
AVRO-2754: Add support for UUID logical types in C# (#822) (github:
[https://github.com/apache/avro/commit/8199b9626e4badd34a85946cd223a91863f44cee])
* (edit) lang/csharp/src/apache/main/CodeGen/CodeGen.cs
* (edit) lang/csharp/src/apache/test/CodGen/CodeGenTest.cs
* (edit) lang/csharp/src/apache/test/Util/LogicalTypeTests.cs
* (edit) lang/csharp/src/apache/main/Util/LogicalTypeFactory.cs
* (add) lang/csharp/src/apache/main/Util/Uuid.cs
> 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
> Assignee: Matthew Kellogg
> Priority: Minor
> Fix For: 1.10.0
>
>
> 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)