Contains a test harness for executing EntityFrameworkCore tests against an in-memory SqlLite provider.
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 |
| Author(s): | cdorst |
| Last Update: | Wednesday, December 13, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/CDorst.DevOps.Tests.EntityFramework |
Install
Install-Package CDorst.DevOps.Tests.EntityFramework
dotnet add package CDorst.DevOps.Tests.EntityFramework
paket add CDorst.DevOps.Tests.EntityFramework
CDorst.DevOps.Tests.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Sqlite(>= 2.0.1)
Tags