Tar (re)implementation for .NET 7 #517

Open
opened 2026-01-29 22:13:10 +00:00 by claunia · 1 comment
Owner

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

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
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#517