| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Releases are triggered by pushing a git tag. The tag format is:
<upstream-version>-octopus.<n>
Where <upstream-version> is the version from the upstream libgit2sharp repo (e.g., 0.31.0) and <n> is an incrementing number starting at 1. The incrementing number resets to 1 when the upstream version changes.
For example, for upstream version 0.31.0:
git tag 0.31.0-octopus.1 git push origin 0.31.0-octopus.1
This triggers CI, which builds the assemblies, runs the tests, packs the Octopus.LibGit2Sharp NuGet package with the tag as its version, and pushes it to the configured feed.
The MIT license (Refer to the LICENSE.md file)
| Back | FazBrowse Home | New Git URL |