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

feat: Add support for copying directories and files to a container #913

Merged

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

The pull request extends the IContainer interface and adds the member CopyAsync(...) to support copying directories and files to a container.

Why is it important?

The previous implementation only allowed copying single individual files. In cases where developers needed to copy entire directories, it became unnecessarily complicated. The new API is more convenient and easier for copying directories.

Related issues

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Jun 6, 2023
@netlify
Copy link

netlify bot commented Jun 6, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 8a999d8
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/648ff8437839a000088312eb
😎 Deploy Preview https://deploy-preview-913--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 HofmeisterAn marked this pull request as ready for review June 16, 2023 09:57
@HofmeisterAn HofmeisterAn merged commit f7f3c49 into develop Jun 19, 2023
@HofmeisterAn HofmeisterAn deleted the feature/support-copying-directories-to-containers branch June 19, 2023 06:57
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.

[Enhancement]: Better method for sending multiple files to the conainer
1 participant