G-Research / ParquetSharp

ParquetSharp is a .NET library for reading and writing Apache Parquet files.
Apache License 2.0
183 stars 49 forks source link

[FEATURE REQUEST]: Eliminate System.Memory from Net6 #450

Closed thompson-tomo closed 6 months ago

thompson-tomo commented 6 months ago

Is your feature request related to a problem? Please describe.

I want to minimise dependencies in my project by utilising framework dependencies wherever possible

Describe the solution you'd like

I want System.Memory to no longer be an explicit dependency on net 6.

Describe alternatives you've considered

Accept the additional dependency

Additional context

No response