-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
ICSharpCode.SharpZipLib.Tar.TarException : Entry closed at '0' before the '9630' bytes specified in the header were written #609
Comments
Oh, that one is interesting. Can you add |
@HofmeisterAn Hey, I added .vs and .idea to .dockerignore and it worked. Do you know why this caused a problem? |
Also when I could use CommonDirectoryPath in order to make docker image in my project like your project? |
Visual Studio has some exclusive file access. We cannot put those files into the tarball. I will add a fix later that day.
You can use anywhere you want. Just make sure it can resolve the right files in the directory tree. |
@HofmeisterAn when it will be available on the nuget package? |
It is part of the latest snapshot release. |
Describe the bug
When running the test of the Weather Forecast project getting an error with TAR archive operation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tests will be completed successfully with no TAR exception
Screenshots
Additional context
I'm on Windows 11, using visual studio 2022 and docker version 4.12.0.
The text was updated successfully, but these errors were encountered: