Easy Mock wrapper for mocking EF6 DbContext and DbSet using NSubstitute.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0.72 |
Author(s): | Wouter Huysentruit, Paul Michaels |
Last Update: | Wednesday, February 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/huysentruitw/entity-framework-mock |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkMock.NSubstitute |
Install
Install-Package EntityFrameworkMock.NSubstitute
dotnet add package EntityFrameworkMock.NSubstitute
paket add EntityFrameworkMock.NSubstitute
EntityFrameworkMock.NSubstitute Download (Unzip the "nupkg" after downloading)
Dependencies
net472
- EntityFrameworkMock.Shared(>= 1.0.0.64)
- Castle.Core(>= 4.3.1 && < 5.0.0)
- EntityFramework(>= 6.1.1 && < 7.0.0)
- NSubstitute(>= 4.0.0 && < 5.0.0)
- EntityFrameworkMock.Shared(>= 1.0.0.64)
- Castle.Core(>= 4.3.1 && < 5.0.0)
- EntityFramework(>= 6.3.0 && < 7.0.0)
- NSubstitute(>= 4.0.0 && < 5.0.0)
Tags