Replies: 2 comments
-
Hi @jetersen |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree with @jetersen this library is really handy. Love the DI Implementation on it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After spending way too much time trying to get compression on a stream to work together with an tar archive, your library with dependency injection made it a easy to trust the compression was working correctly.
Finally found out that instead of trying to use SharpZipLib or SharpCompress to create the tar... I could simply use ZipArchive from C# core to properly wrangle my needs.
@mjebrahimi once again, Kudos for this excellent library!
Beta Was this translation helpful? Give feedback.
All reactions