-
Notifications
You must be signed in to change notification settings - Fork 650
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
LibGit2Sharp Support for .NET Framework 4.7 #1250
Comments
Can you please post the full stack trace and perhaps even the full GitVersion log in a Gist? |
As I debug internal, In "LibGit2Sharp.dll" some of the things are obsolete and deprecated, sometimes it’s trying to access the container, which is locked and can't be changed after the first call. My 1st question : Whether you are supporting .NET4.7 framework or not ? If yes please let me know the details. |
GitVersion does not fully work with .NET Core yet, no. |
As .NET Standard support was implemented in #1269 and LibGit2Sharp was upgraded to version 0.26 in #1713, I hope that the .NET 4.7 and .NET Core support in GitVersion should be quite excellent. Can you please try the latest build of GitVersion and report back whether it fixes this problem or not? Please reopen this issue if the problem persists. |
Currently we are migrating a project to .Net Core(4.7 Framework)
While Application getting deployed I am getting exception saying
Exception thrown: 'LibGit2Sharp.LibGit2SharpException' in LibGit2Sharp.dll
Using LibGit2Sharp - 0.24.0.0 Version
The text was updated successfully, but these errors were encountered: