libgit2sharp
libgit2sharp copied to clipboard
Git + .NET = ❤
After updating to Team Foundation Server TFS 2018 & 2017 Update 3, we are not be able to login to GIT repository using LibGit2Sharp library using Access Token. Please check...
I am attempting to use libgit2sharp to get the list of commits for a specific file in a repository. The code works, but it is VERY slow. How can I...
Will there be any more updates to your nuget packages LibGit2Sharp.NativeBinaries and LibGit2Sharp?
### Reproduction steps Create a .NET Framework project targeting .NET Framework 4.8 ### Expected behavior n/a ### Actual behavior n/a ### Version of LibGit2Sharp (release number or SHA1) LibGit2Sharp 0.26.2...
The API design shown at https://github.com/libgit2/libgit2sharp/wiki/Home was last updated in 2011 (commit 338eace3f55ebb22d787012923c219e7c9e03755). If one tries to use it as a guide/manual one will find that the compiler takes issue...
### Reproduction steps I had [a bug report](https://github.com/pdevito3/craftsman/issues/49) on my project about this. this is the code that's failing on an M1 chip. ``` public static void GitSetup(string solutionDirectory) {...
You are opening a _bug report_ against the LibGit2Sharp project: we use GitHub Issues for tracking bug reports and feature requests. If you have a question about an API or...
For #1424. Minimal changes to support API.
# Introduction It's been a while since github deprecated the use of password on CLIs and applications. Personal access token is the way to get authenticated on these apps. libgit2sharp...
### Reproduction steps Use libgit2sharp in a bad network place ### Expected behavior Throw an exception that explicitly mentions network failure Probably it's a good idea to handle situations where...
My attempt to use Repository.Clone fails with the error.. LibGit2Sharp.NameConflictException: Failed to stat file '': The filename or extension is too long. Is there any solution for this ? I...