[
https://issues.apache.org/jira/browse/AVRO-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AVRO-3353:
---------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)