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: | 2.1.0 |
Author(s): | Andrei Ivascu |
Last Update: | Monday, November 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aivascu/EntityFrameworkCore.AutoFixture |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.AutoFixture |
Install
Install-Package EntityFrameworkCore.AutoFixture
dotnet add package EntityFrameworkCore.AutoFixture
paket add EntityFrameworkCore.AutoFixture
EntityFrameworkCore.AutoFixture Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- AutoFixture(>= 4.4.0 && <= 5.0.0)
- Microsoft.Data.Sqlite.Core(>= 2.0.0 && < 3.0.0)
- Microsoft.EntityFrameworkCore(>= 2.0.0 && < 3.0.0)
- Microsoft.EntityFrameworkCore.Analyzers(>= 2.1.0 && < 3.0.0)
- Microsoft.EntityFrameworkCore.InMemory(>= 2.0.0 && < 3.0.0)
- Microsoft.EntityFrameworkCore.Sqlite(>= 2.0.0 && < 3.0.0)
- AutoFixture(>= 4.4.0 && <= 5.0.0)
- Microsoft.Data.Sqlite.Core(>= 3.0.0 && < 4.0.0)
- Microsoft.EntityFrameworkCore(>= 3.0.0 && < 4.0.0)
- Microsoft.EntityFrameworkCore.Analyzers(>= 3.0.0 && < 4.0.0)
- Microsoft.EntityFrameworkCore.InMemory(>= 3.0.0 && < 4.0.0)
- Microsoft.EntityFrameworkCore.Sqlite(>= 3.0.0 && < 4.0.0)
Tags