ch-robinson / dotnet-avro

An Avro implementation for .NET
https://engineering.chrobinson.com/dotnet-avro/
MIT License
132 stars 49 forks source link

Support C# records in codegen #261

Open eshepelyuk opened 1 year ago

eshepelyuk commented 1 year ago

Currently class is generated from Acro schema, is it possible to generate records ?

dstelljes commented 1 year ago

At present, it is not, but we’d be open to adding that feature.