ch-robinson / dotnet-avro

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

Support `IgnoreDataMember` attribute #281

Closed dstelljes closed 8 months ago

dstelljes commented 9 months ago

[NonSerializable] only applies to fields; support [IgnoreDataMember] so that properties can be ignored as well (https://github.com/ch-robinson/dotnet-avro/discussions/280).