LibGit2Sharp 0.30.0

dotnet add package LibGit2Sharp --version 0.30.0
NuGet\Install-Package LibGit2Sharp -Version 0.30.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibGit2Sharp --version 0.30.0
#r "nuget: LibGit2Sharp, 0.30.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LibGit2Sharp as a Cake Addin
#addin nuget:?package=LibGit2Sharp&version=0.30.0

// Install LibGit2Sharp as a Cake Tool
#tool nuget:?package=LibGit2Sharp&version=0.30.0

LibGit2Sharp

CI NuGet version (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:

  1. 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.
  2. Configure your anti-virus software to ignore the LibGit2TestPath path.
  3. 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.

Authors

License

The MIT license (Refer to the LICENSE.md file)

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (140)

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.

Volo.Abp.Cli.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

GitHub repositories (69)

Showing the top 5 popular GitHub repositories that depend on LibGit2Sharp:

Repository Stars
files-community/Files
Building the best file manager for Windows
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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides 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 Game Engine (formerly Xenko)
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 47,627 3/19/2024
0.29.0 536,326 12/3/2023
0.28.0 190,371 11/4/2023
0.27.2 887,445 4/12/2023
0.27.1 6,056 4/11/2023
0.27.0 4,295 4/11/2023
0.27.0-preview-0182 807,367 4/2/2022
0.27.0-preview-0175 287,205 1/4/2022
0.27.0-preview-0158 187,634 11/11/2021
0.27.0-preview-0156 1,442 11/9/2021
0.27.0-preview-0119 132,902 8/24/2021
0.27.0-preview-0116 160,126 8/13/2021
0.27.0-preview-0102 279,829 7/3/2021
0.27.0-preview-0100 26,079 6/17/2021
0.27.0-preview-0096 257,308 11/23/2020
0.27.0-preview-0034 295,980 11/20/2019
0.27.0-preview-0029 7,112 10/16/2019
0.27.0-preview-0024 33,876 10/9/2019
0.27.0-preview-0020 96,464 9/21/2019
0.27.0-preview-0017 4,007 8/13/2019
0.27.0-preview-0007 14,088 4/20/2019
0.26.2 4,405,087 12/11/2019
0.26.1 248,578 8/13/2019
0.26.0 515,468 2/15/2019
0.26.0-rc1 3,884 2/6/2019
0.26.0-preview-0080 6,361 1/7/2019
0.26.0-preview-0070 20,109 11/29/2018
0.26.0-preview-0067 2,530 11/29/2018
0.26.0-preview-0062 112,696 11/6/2018
0.26.0-preview-0054 3,285 10/19/2018
0.26.0-preview-0027 46,213 6/19/2018
0.26.0-preview-0023 3,175 5/29/2018
0.26.0-preview-0017 4,964 4/17/2018
0.25.4 130,256 11/29/2018
0.25.3 71,846 10/8/2018
0.25.2 238,827 5/30/2018
0.25.0 51,908 3/26/2018
0.25.0-preview-0081 5,156 3/5/2018
0.25.0-preview-0073 12,922 11/27/2017
0.25.0-preview-0033 202,842 7/24/2017
0.24.1 223,129 3/12/2018
0.24.0 395,172 6/21/2017
0.24.0-pre20170124092542 27,256 1/24/2017
0.23.1 456,715 1/9/2017
0.23.0 31,168 12/23/2016
0.23.0-pre20160922233542 6,958 9/23/2016
0.23.0-pre20160803182831 5,327 8/3/2016
0.23.0-pre20150419160303 5,682 4/19/2016
0.22.1 18,627 1/9/2017
0.22.0 518,046 3/4/2016
0.22.0-pre20151023210959 21,720 10/23/2015
0.22.0-pre20151020205438 2,798 10/20/2015
0.22.0-pre20151003111314 3,367 10/3/2015
0.22.0-pre20150716071016 4,981 7/16/2015
0.22.0-pre20150709062140 2,939 7/9/2015
0.22.0-pre20150606092322 3,174 6/6/2015
0.22.0-pre20150529055949 2,941 5/29/2015
0.22.0-pre20150527180327 3,173 5/27/2015
0.22.0-pre20150516171636 8,859 5/17/2015
0.22.0-pre20150507080442 3,139 5/9/2015
0.22.0-pre20150415174523 29,932 4/15/2015
0.22.0-pre20150409142943 3,230 4/9/2015
0.22.0-pre20150324065655 3,508 3/24/2015
0.22.0-pre20150323064819 3,288 3/23/2015
0.22.0-pre20150317225305 3,171 3/18/2015
0.22.0-pre20150223185624 3,735 2/23/2015
0.22.0-pre20150220065928 3,627 2/20/2015
0.22.0-pre20150215193741 3,576 2/15/2015
0.22.0-pre20150212180712 3,320 2/12/2015
0.22.0-pre20150207140248 3,254 2/7/2015
0.21.0.176 200,688 2/1/2015
0.20.2 6,646 1/21/2015
0.20.1 9,680 12/18/2014
0.20.0 22,013 11/5/2014
0.19.0 23,529 8/27/2014
0.18.1 15,394 6/4/2014
0.18.0 3,940 6/2/2014
0.17.0 8,728 4/14/2014
0.16.0 7,821 2/6/2014
0.15.0 7,515 12/25/2013
0.14.1 5,736 9/25/2013
0.14.0 4,357 9/9/2013
0.13.0 6,471 7/20/2013
0.12.0 4,261 6/2/2013
0.11.0 4,194 5/4/2013
0.10.0 3,900 4/2/2013
0.9.5 6,894 5/28/2012
0.9.0 4,209 5/21/2012
0.8.0 4,120 2/12/2012
0.7.0 4,819 12/20/2011
0.6.2 3,815 11/5/2011
0.6.1 3,734 11/1/2011
0.6.0 4,161 10/23/2011
0.5.0 4,283 9/29/2011
0.4.0 4,053 7/15/2011
0.3.0 3,872 6/14/2011
0.2.0 4,542 5/24/2011
0.1.1 3,656 5/12/2011
0.1.0 10,011 5/11/2011