RepositoryGenerator 1.0.1

dotnet add package RepositoryGenerator --version 1.0.1
NuGet\Install-Package RepositoryGenerator -Version 1.0.1
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="RepositoryGenerator" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RepositoryGenerator --version 1.0.1
#r "nuget: RepositoryGenerator, 1.0.1"
#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 RepositoryGenerator as a Cake Addin
#addin nuget:?package=RepositoryGenerator&version=1.0.1

// Install RepositoryGenerator as a Cake Tool
#tool nuget:?package=RepositoryGenerator&version=1.0.1

Repository Generator will generate an entire repository structure for you. All you need to supply a namespace which contains all your Entity Framework models and the RepositoryGenerator.tt will generate repositories for all your models, it will generate a generic repository providing you with basic functionality out of the box. A Unit of Work class will also be generated.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 21,618 1/30/2015