mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-05 21:23:57 +00:00
Please do not absorb System.Buffers. Thanks #265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yinyue200 on GitHub (Dec 16, 2017).
Just use a lower version (4.0) can make ArrayPool running on Mono. Absorbing System.Buffers broke some app that already referenced System.Buffers. because your make a
public abstract class ArrayPool<T>Absorbing System.Buffers make the library can't use the shared object of ArrayPool, it reduce the benefits.
Thanks.