-
Notifications
You must be signed in to change notification settings - Fork 123
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
macOS build with VS for Mac #179
Comments
Do you use both SourceLink and Nerdbank.GitVersioning in your project? |
@tmat I use only:
I think both at the end use libgit2sharp |
In both issues, the problem is coming from when things are being run from Mono, but the stack traces are showing that it's coming from different parts of LibGit2Sharp. I wish there was a way to tell which method was causing the problem here. |
This seems like the native library is failing to load. The stack trace is the same as if I delete the library. Let's track all Mono issues here: #155 |
Builds with
dotnet CLI
but fails with Visual Studio for MacI'm hitting this issue on macOS 10.13.6 with Visual Studio for Mac 7.7 preview (build 1282)
Mono version:
Seems related to dotnet/Nerdbank.GitVersioning#224
The text was updated successfully, but these errors were encountered: