- Notifications
You must be signed in to change notification settings - Fork901
libgit2/libgit2sharp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LibGit2Sharp brings all the might and speed oflibgit2, a native Git implementation, to the managed world of .NET
- Usage or programming related question? Post it onStackOverflow using the taglibgit2sharp
- Found a bug or missing a feature? Feed theissue tracker
- Announcements and related miscellanea through Twitter (@libgit2sharp)
- Fork and clone locally
- Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
- Send a Pull Request to spread the fun!
More thorough information is available in thewiki.
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:
- Set the
LibGit2TestPath
environment variable to a path in your development environment.- If the unit test framework cannot find the specified folder at runtime, it will fall back to the default location.
- Configure your anti-virus software to ignore the
LibGit2TestPath
path. - Install a RAM disk likeIMDisk and set
LibGit2TestPath
to use it.- Use
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.
- Use
- Code: The LibGit2Sharpcontributors
- Logo:Jason "blackant" Long
The MIT license (Refer to theLICENSE.md file)
About
Git + .NET = ❤
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published