https://github.com/viir/test-11
https://github.com/viir/test-11
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/viir/test-11
- Owner: Viir
- License: mit
- Created: 2025-10-27T12:02:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-27T12:08:44.000Z (9 months ago)
- Last Synced: 2026-05-30T02:23:06.457Z (about 2 months ago)
- Language: C#
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
# GitCore
Pure managed C# implementation for reading from Git repositories.
No dependencies on native code or file system operations.
## History
So far, in .NET-based applications, I've used LibGit2Sharp to clone Git repositories and read their files.
That often works, but the native dependencies of such a solution have caused [many](https://github.com/pine-vm/pine/commit/ba6abfc96a31d5eb87e2345a06d4854778ba80c3) [problems](https://github.com/pine-vm/pine/commit/1c7d3e47f6b847b5302eed07d27c4b3e624f15b8).
For any app that's hosted in .NET anyway, a pure managed implementation seems the natural way to simplify builds and operations.