Skip to content

frblondin/DotGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

121f654 · Jan 3, 2020

History

2 Commits
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020

Repository files navigation

NuGet Badge Build Status

DotGit is a fully managed .Net Standard library that reads Git data using. This library allows you to read commits, tree entries, and files.

var reader = new RepositoryReader(pathToRepo);
var commit = reader.Read<Commit>("c462e3f3024c8cabc252ed5d309922ed06a492b9");

About

Read Git data in fully managed .Net Standard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages