ch-robinson / dotnet-avro

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

Support DateOnly and TimeOnly types #263

Closed dstelljes closed 11 months ago

dstelljes commented 1 year ago

Chr.Avro should support the new DateOnly and TimeOnly types on .NET 6+. Serialization should match the other temporal types ("2023-06-20", "07:54:00.000").