Commits


Eric Erhardt authored and GitHub committed 61f162de6f4
AVRO-2714: [C#] Optimize reading on .NET Core and Standard 2.1+ (#792) * AVRO-2714: [C#] Optimize reading on .NET Core 2.1+ We can use stackallocs and ArrayPool to save on allocations when running on .NET Core. * Add netstandard2.1 target back.