[
https://issues.apache.org/jira/browse/AVRO-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17463406#comment-17463406
]
Ryan Skraba commented on AVRO-3265:
-----------------------------------
Hello! Thanks for the issue and the fix, we really do appreciate it! There's
just a backlog of pull requests – this definitely looks like it should be in
the 1.11.1 release though. I'll try to get to it this week.
> avrogen generates uncompilable code when namespace ends with ".Avro"
> --------------------------------------------------------------------
>
> Key: AVRO-3265
> URL: https://issues.apache.org/jira/browse/AVRO-3265
> Project: Apache Avro
> Issue Type: Bug
> Components: csharp
> Affects Versions: 1.11.0
> Environment: Using avrogen version 1.11.0:
> {code:java}
> dotnet tool install Apache.Avro.Tools --global
> You can invoke the tool using the following command: avrogen
> Tool 'apache.avro.tools' (version '1.11.0') was successfully installed.
> {code}
>
> Reporter: Serhii Almazov
> Assignee: Serhii Almazov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> See reproduction repo: [https://github.com/almazik/avrogen-bug-repro]
> When the C# namespace ends with ".Avro", the generated code is uncompilable
> due to the namespace naming collision.
> The generated code should prefix "Avro." namespace declarations with
> "global::" prefix
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)