Kyle Schoonover created AVRO-3353:
-------------------------------------
Summary: Simplify naming in CodeGen
Key: AVRO-3353
URL: https://issues.apache.org/jira/browse/AVRO-3353
Project: Apache Avro
Issue Type: Improvement
Components: csharp
Affects Versions: 1.11.1
Reporter: Kyle Schoonover
This is a couple of fixes:
Remove all references to this. and me.
No need to fully qualify Objects where the class already references the
namespace.
ie:
{code:java}
using System;
// use
ArgumentException("", "")
// do not use
System.ArgumentException("", ""){code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)