mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-05 21:51:09 +00:00
Please do not absorb System.Buffers. Thanks #267
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.
@yinyue200 commented on GitHub (Dec 16, 2017):
Sample repo
@adamhathcock commented on GitHub (Dec 16, 2017):
Yeah I should have changed the visibility and probably even namespace. Will fix and release
@adamhathcock commented on GitHub (Dec 16, 2017):
https://www.nuget.org/packages/sharpcompress/0.19.2