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]
