Improvements
- BREAKING: ParquetSerializer deserialization generic methods now constrain the type parameter to
class, new()(previouslynew()only). This explicitly prevents using value types as deserialization targets (#698). TimeSpanDataFieldconstructor has an option to setIsAdjustedToUTC(#650).IAsyncEnumerable<T>is limited to .NET 10 and above now.- Allow reading and...