Can this tool generate classes from avro files? #317
Unanswered
juniormayhe
asked this question in
Q&A
Replies: 1 comment
-
Yes, the CLI can do this: https://engineering.chrobinson.com/dotnet-avro/cli/generate/
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to confirm with you if this tool is able to generate a C# class with schema, based on an avro file as input. For example,
PaymentCompletedEvent.avsc
would output PaymentCompletedEvent.cs
Beta Was this translation helpful? Give feedback.
All reactions