mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 13:34:58 +00:00
Tar (re)implementation for .NET 7 #517
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 @adamhathcock on GitHub (May 11, 2022).
Tar is coming to .NET 7 and the API design is roughly based on SharpCompress 🥳
https://github.com/dotnet/runtime/issues/65951#issuecomment-1057457629
Hopefully this means the Reader interface can directly wrap this implementation and rework more stuff to use the internals, where necessary, from .NET 7
More info: https://github.com/dotnet/runtime/issues/1540
@carlossanlop commented on GitHub (Jun 9, 2022):
Hey @adamhathcock thanks for your help with the design.
Let me know if there's anything I can help with.