You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some testing, I was able to get past the Unable to load DLL after updating the LibGit2Sharp.NativeBinaries on all of the projects. Now I am receiving a error while MenuItem_BeforeQueryStatus is calling git.GetGiteaTargetPath.
In GitAnalysis.cs Line 59, this is the error:
'repository.Head.FriendlyName' threw an exception of type 'System.AccessViolationException'
I haven't found the cause of it.
The text was updated successfully, but these errors were encountered:
After some testing, I was able to get past the Unable to load DLL after updating the LibGit2Sharp.NativeBinaries on all of the projects. Now I am receiving a error while MenuItem_BeforeQueryStatus is calling git.GetGiteaTargetPath.
In GitAnalysis.cs Line 59, this is the error:
'repository.Head.FriendlyName' threw an exception of type 'System.AccessViolationException'
I haven't found the cause of it.
The text was updated successfully, but these errors were encountered: