Kyle Schoonover created AVRO-3356:
-------------------------------------
Summary: Simplify naming in DataFileReader
Key: AVRO-3356
URL: https://issues.apache.org/jira/browse/AVRO-3356
Project: Apache Avro
Issue Type: Improvement
Components: csharp
Affects Versions: 1.11.1
Reporter: Kyle Schoonover
Names do not need to be fully qualified when the namespace is already in the
using statements or you are already in the namespace.
Additionally, built in types should be used instead of the class type.
ie:
Int32 = int
Int64 = long
etc.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)