sharpcompress icon indicating copy to clipboard operation
sharpcompress copied to clipboard

Tar (re)implementation for .NET 7

Open adamhathcock opened this issue 3 years ago • 1 comments

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

adamhathcock avatar May 11 '22 08:05 adamhathcock

Hey @adamhathcock thanks for your help with the design.

Let me know if there's anything I can help with.

carlossanlop avatar Jun 09 '22 00:06 carlossanlop