LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
More thorough information is available in the wiki.
LibGit2Sharp strives to have a comprehensive and robust unit test suite to ensure the quality of the software and to assist new contributors and users, who can use the tests as examples to jump start development. There are over one thousand unit tests for LibGit2Sharp, and this number will only grow as functionality is added.
You can do a few things to optimize running unit tests on Windows:
LibGit2TestPath
environment variable to a path in your development environment.
LibGit2TestPath
path.LibGit2TestPath
to use it.
imdisk.exe -a -s 512M -m X: -p "/fs:fat /q /v:ramdisk /y"
to create a RAM disk. This command requires elevated privileges and can be placed into a scheduled task or run manually before you begin unit-testing.The MIT license (Refer to the LICENSE.md file)