sharpcompress
sharpcompress copied to clipboard
Tar (re)implementation for .NET 7
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
Hey @adamhathcock thanks for your help with the design.
Let me know if there's anything I can help with.