[
https://issues.apache.org/jira/browse/AVRO-3425?focusedWorklogId=734867&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-734867
]
ASF GitHub Bot logged work on AVRO-3425:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Mar/22 19:01
Start Date: 01/Mar/22 19:01
Worklog Time Spent: 10m
Work Description: zcsizmadia commented on pull request #1574:
URL: https://github.com/apache/avro/pull/1574#issuecomment-1055759639
@RyanSkraba @martin-g Added soem IMO cool integration tests for `avrogen`.
It does the basic command line arguments test to ensure we dont break return
codes, however the interesting one is `GenerateSchemas`:
1. Generates cs files from th many avsc files
2. Creates an empty dotnet console project with (dptnet new console -f
currentFramework)
3. Adds the current Avro.main library with packagereference
4. Builds it with dotnet build
5. Runs it to make sure the executable is runnable
It does these without namespace mapping, with simple namespace mapping and
with namespace mapping where the mapped namespace has reserved words in it.
--
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: 734867)
Remaining Estimate: 47h 10m (was: 47h 20m)
Time Spent: 50m (was: 40m)
> Extend C# avrogen namespace mapping to models and members as well
> -----------------------------------------------------------------
>
> Key: AVRO-3425
> URL: https://issues.apache.org/jira/browse/AVRO-3425
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Reporter: Zoltan Csizmadia
> Priority: Critical
> Labels: pull-request-available
> Original Estimate: 48h
> Time Spent: 50m
> Remaining Estimate: 47h 10m
>
> Currently C# avrogen namespace mapping works only for the class file main
> napespace. The references between the models are not correct.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)