Automatically setting up an EF6 DbContext interface using an in-memory implementation of IDbSet and Moq.
Info
Version: | 1.2.0 |
Author(s): | Smartrak |
Last Update: | Tuesday, May 1, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Smartrak/Smartrak.Library/ContextGenerator |
NuGet Url: | https://www.nuget.org/packages/ContextGenerator |
Install
Install-Package ContextGenerator
dotnet add package ContextGenerator
paket add ContextGenerator
ContextGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- Moq(>= 4.5.19)