DavidNeukamXXXLutz commented on code in PR #3516:
URL: https://github.com/apache/avro/pull/3516#discussion_r2426297557


##########
lang/csharp/src/apache/main/CodeGen/CodeGen.cs:
##########
@@ -133,10 +136,31 @@
         /// <param name="namespaceMapping">namespace mapping key value 
pairs.</param>
         public virtual void AddSchema(string schemaText, 
IEnumerable<KeyValuePair<string, string>> namespaceMapping = null)
         {
+            var originalSchemaText = schemaText;

Review Comment:
   removed



-- 
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