Skip to content
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

Closed
rajendratripathy opened this issue Jul 4, 2017 · 4 comments
Closed

LibGit2Sharp Support for .NET Framework 4.7 #1250

rajendratripathy opened this issue Jul 4, 2017 · 4 comments

Comments

@rajendratripathy
Copy link

rajendratripathy commented Jul 4, 2017

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

@asbjornu
Copy link
Member

Can you please post the full stack trace and perhaps even the full GitVersion log in a Gist?

@rajendratripathy
Copy link
Author

rajendratripathy commented Jul 11, 2017

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.
The behaviour is also not consistent.

My 1st question : Whether you are supporting .NET4.7 framework or not ? If yes please let me know the details.
Currently I am using VS2017 with .NET 4.7 framework
LibGit2Sharp - 0.24.0.0 Version.

@asbjornu
Copy link
Member

GitVersion does not fully work with .NET Core yet, no.

@asbjornu
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants