SaaSHub helps you find the best software and product alternatives Learn more →
LibGit2Sharp Alternatives
Similar projects and alternatives to LibGit2Sharp
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
QuestPDF
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.
-
-
Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
UWP Community Toolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
-
ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
-
-
-
-
-
-
-
-
CSCore
An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
LibGit2Sharp discussion
LibGit2Sharp reviews and mentions
-
Libgit2 win10 ?
To use it as an API on windows you might want to go with a C# wrapper. libgit2sharp
-
Are there any data replication libraries? Not just sending data.
You might want to leverage something like libgit2 if you store that data in a unique location. After you commit changes to your data, you can find the patch differences in the file. Then store the commit hash and set up communication that wakes up when the hash changes. When the commit hash changes, you send just the patch changes to the clients which can apply them to their local copy.
-
Why is there a lack of cool repos?
libgit2sharp to work with git repositories in .NET https://github.com/libgit2/libgit2sharp
-
In code , code merge library
Is it something you could possibly achieve with git? - https://github.com/libgit2/libgit2sharp/
-
I'm trying to create a .NET CLI app that creates a repository to share specific files with some friends. Any help is appreciated
Currently, my plan is to use LibGit2Sharp to do almost all the logic, and use System.IO to manage the local files. Problem is: LibGit2Sharp documentation is very sparse and hard to read.
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 May 2025
Stats
libgit2/libgit2sharp is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of LibGit2Sharp is C#.