ch-robinson / dotnet-avro

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

Implement `DateOnly` and `TimeOnly` serdes #284

Closed dstelljes closed 8 months ago

dstelljes commented 8 months ago

With the multi-targeting introduced in #269, we're finally able to support the DateOnly and TimeOnly types introduced in .NET 5.

The approach matches what Chr.Avro currently does for other temporal types: