Info
| Version: | 0.1.7 | 
| Author(s): | frblondin | 
| Last Update: | Tuesday, December 17, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/frblondin/GitObjectDb | 
| NuGet Url: | https://www.nuget.org/packages/GitObjectDb.ModelCodeGeneration.Attributes | 
Install
Install-Package GitObjectDb.ModelCodeGeneration.Attributes
                        dotnet add package GitObjectDb.ModelCodeGeneration.Attributes
                        paket add GitObjectDb.ModelCodeGeneration.Attributes
                        
                                GitObjectDb.ModelCodeGeneration.Attributes Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- CodeGeneration.Roslyn.Attributes(>= 0.6.1)
Tags
 
                
It does so by removing the need for hand-coding the commands needed to interact with Git.
The Git repository is used as a pure database as the files containing the serialized copy of the objects are never fetched in the filesystem. GitObjectDb only uses the blob storage provided by Git.