ch-robinson / dotnet-avro

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

Add default values example #224

Closed dstelljes closed 2 years ago

dstelljes commented 2 years ago

This change adds a new example project that demonstrates generating a schema with a default value for a record field using the [DefaultValue] annotation. The example imitates a scenario where a default value is set on a model to facilitate deprecating a field.