Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On .NET 7+ use System.Formats.Tar #95

Open
gfs opened this issue Nov 11, 2022 · 2 comments
Open

On .NET 7+ use System.Formats.Tar #95

gfs opened this issue Nov 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@gfs
Copy link
Contributor

gfs commented Nov 11, 2022

https://learn.microsoft.com/en-us/dotnet/api/system.formats.tar?view=net-7.0

@gfs gfs added the enhancement New feature or request label Nov 11, 2022
@gfs
Copy link
Contributor Author

gfs commented Dec 22, 2022

I did a quick test of this and System.Formats.Tar extracts in many cases fewer files than our existing implementation. Would require additional research to figure out which implementation is "correct" and how to make the behaviors match. Seems less trivial than I'd like.

It is however very easy to use this API to implement so it that portion is not a large lift.

@gfs
Copy link
Contributor Author

gfs commented Dec 22, 2022

Next step could be to examine the test tar tar that has either 5 or 6 files depending on the api called to figure out which is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant