Hi people, For .NET two sets of reader/writer are available: Specific and Reflect. My company has chosen reflect one as it has a list of benefits that are important for us. However, reflected readers and writers do not support logical types. There is a story and PR to fix this ( https://github.com/apache/avro/pull/1718). But the release is delayed.
It would be good to have opportunities to handle issues without changes to the main package by overriding default behaviour. It will allow me to fix problems locally and wait for the next version of package without a rush. I made a few different attempts to bring flexibility. You can find last one at https://github.com/apache/avro/pull/2009 I would appreciate it if you can take a look at it. Best Regards, Khrystyna
