LibGit2Sharp 0.27.1
https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8
See the version list below for details.
dotnet add package LibGit2Sharp --version 0.27.1
NuGet\Install-Package LibGit2Sharp -Version 0.27.1
<PackageReference Include="LibGit2Sharp" Version="0.27.1" />
paket add LibGit2Sharp --version 0.27.1
#r "nuget: LibGit2Sharp, 0.27.1"
// Install LibGit2Sharp as a Cake Addin #addin nuget:?package=LibGit2Sharp&version=0.27.1 // Install LibGit2Sharp as a Cake Tool #tool nuget:?package=LibGit2Sharp&version=0.27.1
LibGit2Sharp
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
Online resources
Troubleshooting and support
- Usage or programming related question? Post it on StackOverflow using the tag libgit2sharp
- Found a bug or missing a feature? Feed the issue tracker
- Announcements and related miscellanea through Twitter (@libgit2sharp)
Quick contributing guide
- 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 the wiki.
Optimizing unit testing
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 like IMDisk 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
Authors
- Code: The LibGit2Sharp contributors
- Logo: Jason "blackant" Long
License
The MIT license (Refer to the LICENSE.md file)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- LibGit2Sharp.NativeBinaries (= 2.0.319)
-
net6.0
- LibGit2Sharp.NativeBinaries (= 2.0.319)
NuGet packages (154)
Showing the top 5 NuGet packages that depend on LibGit2Sharp:
Package | Downloads |
---|---|
2GIS.NuClear.BuildTools
Инструменты автоматизации |
|
OctoVersion.Core
Package Description |
|
OctoNotes.Generator
OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph. |
|
Credfeto.ChangeLog
Changelog manager common library. |
|
Soenneker.Git.Util
A utility library for useful and common Git operations |
GitHub repositories (77)
Showing the top 5 popular GitHub repositories that depend on LibGit2Sharp:
Repository | Stars |
---|---|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
microsoft/ApplicationInspector
A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.
|
Version | Downloads | Last updated | |
---|---|---|---|
0.30.0 | 885,899 | 3/19/2024 | |
0.29.0 | 1,066,946 | 12/3/2023 | |
0.28.0 | 340,533 | 11/4/2023 | |
0.27.2 | 1,178,763 | 4/12/2023 | |
0.27.1 | 6,992 | 4/11/2023 | |
0.27.0 | 6,319 | 4/11/2023 | |
0.27.0-preview-0182 | 983,897 | 4/2/2022 | |
0.27.0-preview-0175 | 316,977 | 1/4/2022 | |
0.27.0-preview-0158 | 225,994 | 11/11/2021 | |
0.27.0-preview-0156 | 1,507 | 11/9/2021 | |
0.27.0-preview-0119 | 139,340 | 8/24/2021 | |
0.27.0-preview-0116 | 176,262 | 8/13/2021 | |
0.27.0-preview-0102 | 363,540 | 7/3/2021 | |
0.27.0-preview-0100 | 27,250 | 6/17/2021 | |
0.27.0-preview-0096 | 277,012 | 11/23/2020 | |
0.27.0-preview-0034 | 309,863 | 11/20/2019 | |
0.27.0-preview-0029 | 7,243 | 10/16/2019 | |
0.27.0-preview-0024 | 33,927 | 10/9/2019 | |
0.27.0-preview-0020 | 96,616 | 9/21/2019 | |
0.27.0-preview-0017 | 4,045 | 8/13/2019 | |
0.27.0-preview-0007 | 14,318 | 4/20/2019 | |
0.26.2 | 4,722,490 | 12/11/2019 | |
0.26.1 | 260,625 | 8/13/2019 | |
0.26.0 | 538,973 | 2/15/2019 | |
0.26.0-rc1 | 3,950 | 2/6/2019 | |
0.26.0-preview-0080 | 6,667 | 1/7/2019 | |
0.26.0-preview-0070 | 20,233 | 11/29/2018 | |
0.26.0-preview-0067 | 2,567 | 11/29/2018 | |
0.26.0-preview-0062 | 114,383 | 11/6/2018 | |
0.26.0-preview-0054 | 3,320 | 10/19/2018 | |
0.26.0-preview-0027 | 46,339 | 6/19/2018 | |
0.26.0-preview-0023 | 3,240 | 5/29/2018 | |
0.26.0-preview-0017 | 5,041 | 4/17/2018 | |
0.25.4 | 139,328 | 11/29/2018 | |
0.25.3 | 75,389 | 10/8/2018 | |
0.25.2 | 239,451 | 5/30/2018 | |
0.25.0 | 52,708 | 3/26/2018 | |
0.25.0-preview-0081 | 5,310 | 3/5/2018 | |
0.25.0-preview-0073 | 13,089 | 11/27/2017 | |
0.25.0-preview-0033 | 206,802 | 7/24/2017 | |
0.24.1 | 267,629 | 3/12/2018 | |
0.24.0 | 408,937 | 6/21/2017 | |
0.24.0-pre20170124092542 | 27,377 | 1/24/2017 | |
0.23.1 | 485,785 | 1/9/2017 | |
0.23.0 | 31,805 | 12/23/2016 | |
0.23.0-pre20160922233542 | 7,089 | 9/23/2016 | |
0.23.0-pre20160803182831 | 5,443 | 8/3/2016 | |
0.23.0-pre20150419160303 | 5,748 | 4/19/2016 | |
0.22.1 | 18,765 | 1/9/2017 | |
0.22.0 | 521,760 | 3/4/2016 | |
0.22.0-pre20151023210959 | 21,786 | 10/23/2015 | |
0.22.0-pre20151020205438 | 2,853 | 10/20/2015 | |
0.22.0-pre20151003111314 | 3,420 | 10/3/2015 | |
0.22.0-pre20150716071016 | 5,129 | 7/16/2015 | |
0.22.0-pre20150709062140 | 2,995 | 7/9/2015 | |
0.22.0-pre20150606092322 | 3,230 | 6/6/2015 | |
0.22.0-pre20150529055949 | 2,994 | 5/29/2015 | |
0.22.0-pre20150527180327 | 3,243 | 5/27/2015 | |
0.22.0-pre20150516171636 | 8,914 | 5/17/2015 | |
0.22.0-pre20150507080442 | 3,211 | 5/9/2015 | |
0.22.0-pre20150415174523 | 32,400 | 4/15/2015 | |
0.22.0-pre20150409142943 | 3,285 | 4/9/2015 | |
0.22.0-pre20150324065655 | 3,558 | 3/24/2015 | |
0.22.0-pre20150323064819 | 3,360 | 3/23/2015 | |
0.22.0-pre20150317225305 | 3,236 | 3/18/2015 | |
0.22.0-pre20150223185624 | 3,790 | 2/23/2015 | |
0.22.0-pre20150220065928 | 3,679 | 2/20/2015 | |
0.22.0-pre20150215193741 | 3,638 | 2/15/2015 | |
0.22.0-pre20150212180712 | 3,377 | 2/12/2015 | |
0.22.0-pre20150207140248 | 3,317 | 2/7/2015 | |
0.21.0.176 | 220,637 | 2/1/2015 | |
0.20.2 | 6,758 | 1/21/2015 | |
0.20.1 | 9,846 | 12/18/2014 | |
0.20.0 | 22,611 | 11/5/2014 | |
0.19.0 | 23,938 | 8/27/2014 | |
0.18.1 | 15,493 | 6/4/2014 | |
0.18.0 | 4,002 | 6/2/2014 | |
0.17.0 | 8,829 | 4/14/2014 | |
0.16.0 | 7,913 | 2/6/2014 | |
0.15.0 | 7,740 | 12/25/2013 | |
0.14.1 | 5,808 | 9/25/2013 | |
0.14.0 | 4,457 | 9/9/2013 | |
0.13.0 | 6,525 | 7/20/2013 | |
0.12.0 | 4,316 | 6/2/2013 | |
0.11.0 | 4,251 | 5/4/2013 | |
0.10.0 | 3,972 | 4/2/2013 | |
0.9.5 | 6,994 | 5/28/2012 | |
0.9.0 | 4,264 | 5/21/2012 | |
0.8.0 | 4,179 | 2/12/2012 | |
0.7.0 | 4,907 | 12/20/2011 | |
0.6.2 | 3,854 | 11/5/2011 | |
0.6.1 | 3,777 | 11/1/2011 | |
0.6.0 | 4,218 | 10/23/2011 | |
0.5.0 | 4,357 | 9/29/2011 | |
0.4.0 | 4,139 | 7/15/2011 | |
0.3.0 | 3,959 | 6/14/2011 | |
0.2.0 | 4,597 | 5/24/2011 | |
0.1.1 | 3,714 | 5/12/2011 | |
0.1.0 | 12,359 | 5/11/2011 |