martin-g commented on a change in pull request #1486:
URL: https://github.com/apache/avro/pull/1486#discussion_r795390972



##########
File path: lang/csharp/src/apache/main/CodeGen/CodeGen.cs
##########
@@ -92,6 +80,17 @@ public CodeGen()
             this.Schemas = new List<Schema>();
             this.Protocols = new List<Protocol>();
             this.NamespaceMapping = new Dictionary<string, string>();
+            this.NamespaceLookup = new Dictionary<string, CodeNamespace>();

Review comment:
       Do we need to pass `StringComparer.Ordinal` as in line 71 above ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to