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/
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