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

chore: Replace SharpZipLib TarArchive helper class with TarOutputStream #724

Merged

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

Replaces the TarArchive helper class with the TarOutputStream.

Why is it important?

This PR allows us to read the input file before creating the tar entry. In some cases (e.g. the input file is used by another process), we cannot read the file contents. The SharpZipLib's TarArchive.WriteEntry(TarEntry, bool) helper method creates and adds the tar entry before reading the file. In the case mentioned above, this will throw a TarException that hides the underlying exception (issue).

For a better development experience, we replace the helper class / method. In case of an error, developers will get the underlying error.

Related issues

-

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Dec 23, 2022
@netlify
Copy link

netlify bot commented Dec 23, 2022

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit c36980f
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/63aab93f4ebd02000866d01a
😎 Deploy Preview https://deploy-preview-724--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@HofmeisterAn
Copy link
Collaborator Author

Probably we can change the method to public Task<string> Tar().

@HofmeisterAn HofmeisterAn merged commit 33b1d74 into develop Dec 27, 2022
@HofmeisterAn HofmeisterAn deleted the feature/improve-docker-image-build-error-message branch December 27, 2022 10:03
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

Successfully merging this pull request may close these issues.

None yet

1 participant