[
https://issues.apache.org/jira/browse/AVRO-3265?focusedWorklogId=700148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700148
]
ASF GitHub Bot logged work on AVRO-3265:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/21 17:37
Start Date: 22/Dec/21 17:37
Worklog Time Spent: 10m
Work Description: RyanSkraba merged pull request #1423:
URL: https://github.com/apache/avro/pull/1423
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 700148)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)