Kyle Schoonover created AVRO-3459:
-------------------------------------
Summary: Use simple types and nullable modifier
Key: AVRO-3459
URL: https://issues.apache.org/jira/browse/AVRO-3459
Project: Apache Avro
Issue Type: Improvement
Components: csharp
Reporter: Kyle Schoonover
First, it is more common to use the simple types keyword instead of the struct
type. ie: int instead of System.Int32
Second, instead of using the struct Nullable<int> you can use int?
--
This message was sent by Atlassian Jira
(v8.20.1#820001)