ch-robinson / dotnet-avro

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

Add support for NodaTime #222

Closed lillo42 closed 8 months ago

lillo42 commented 2 years ago

Hi,

I my project I think about using this project, but in that project I'm using NodaTime, would be nice if dotnet-avro has support for it.

I think I'll implement it

dstelljes commented 2 years ago

To avoid dependency issues, Chr.Avro only supports mapping to types included in .NET. However, it’s certainly possible to use NodaTime with custom cases, and we’d welcome an example as a contribution (similar to this example).