A library aimed to minimize the setup of Entity Framework Core unit-testing database providers in conjunction with AutoFixture.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.4.17 |
Author(s): | wb-dev |
Last Update: | Friday, January 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ccpu/EntityFrameworkCore.AutoFixture/tree/main |
NuGet Url: | https://www.nuget.org/packages/WB.EntityFrameworkCore.AutoFixture |
Install
Install-Package WB.EntityFrameworkCore.AutoFixture
dotnet add package WB.EntityFrameworkCore.AutoFixture
paket add WB.EntityFrameworkCore.AutoFixture
WB.EntityFrameworkCore.AutoFixture Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- AutoFixture(>= 4.15.0)
- Microsoft.Data.Sqlite.Core(>= 5.0.1)
- Microsoft.EntityFrameworkCore(>= 5.0.1)
- Microsoft.EntityFrameworkCore.InMemory(>= 5.0.1)
- Microsoft.EntityFrameworkCore.Sqlite(>= 5.0.1)
- AutoFixture(>= 4.15.0)
- Microsoft.Data.Sqlite.Core(>= 5.0.1)
- Microsoft.EntityFrameworkCore(>= 5.0.1)
- Microsoft.EntityFrameworkCore.InMemory(>= 5.0.1)
- Microsoft.EntityFrameworkCore.Sqlite(>= 5.0.1)
Tags