-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
[Bug]: dotnet cake does not work #859
Comments
I am certain that the Cake configuration is working as expected. We are using it in our pipeline with both Linux and Windows runners, and it is running properly in our Codespace configuration as well (GitHub, Linux, Windows, Intel-based macOS).
I believe that you are experiencing the following known issues:
We cannot do much until the upstream issue is addressed for Apple Silicon Macs. This is not an issue in Testcontainers. |
That's fair. Thanks for the reply. |
I will close this issue. If you still think it is relevant, please do not hesitate to reopen it. |
Testcontainers version
3.0.0
Using the latest Testcontainers version?
Yes
Host OS
Mac OS 13.2.1
Host arch
ARM (M1)
.NET version
6.0
Docker version
Docker info
What happened?
Trying to run
dotnet cake
from the root folder and it blows up withError: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception
Tried within the Dev Container and without, same issue.
Relevant log output
Additional information
dotnet --list-sdks
6.0.302 [/usr/local/share/dotnet/sdk]
6.0.400 [/usr/local/share/dotnet/sdk]
The text was updated successfully, but these errors were encountered: