ch-robinson / dotnet-avro

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

zero-copy double & string deserialization for .net6+ #271

Closed fabianoliver closed 10 months ago

fabianoliver commented 10 months ago

I've made these conditional on NET6_0_OR_GREATER for now. We could set the requirement lower, but it's probably nicer to avoid NETSTANDARD2_1_OR_GREATER for now, given the lowest tested framework (netcore3.1) already matches netstandard 2.1 - so have kept it a bit simpler (especially since only .netstandard2.0 and .net6 are targeted anyway at the moment)