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.2.0 |
Author(s): | Dan Nielsen |
Last Update: | Monday, November 11, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://wwww.transientcontext.com/ |
NuGet Url: | https://www.nuget.org/packages/TransientContext |
Install
Install-Package TransientContext
dotnet add package TransientContext
paket add TransientContext
TransientContext Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Npgsql(>= 4.0.4)
- System.Data.SQLite(>= 1.0.111)
Tags
testing.
During integration testing TransientContext can be used to create a disposable database
from an existing schema and drop the database after tests are complete.