GitLib.NET
GitLib.NET copied to clipboard
GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET
The generated API requires mapping fixes (e.g change int to bool, use enums instead of integers...etc.) Here is the list of API that needs to be verified and fix with...
Why would I use this over [Libgit2sharp](https://github.com/libgit2/libgit2sharp)?
The generated API requires to check that the API is exposed correctly Here is the list of API that needs to be tested with unit tests: > HELP much welcome...