Info
Version: | 1.0.3 |
Author(s): | Andrei Ignat |
Last Update: | Saturday, November 29, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EFRecordAndPlay |
Install
Install-Package EFRecordAndPlay
dotnet add package EFRecordAndPlay
paket add EFRecordAndPlay
EFRecordAndPlay Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.0.0)
Tags
For record use
DbInterception.Add(new InterceptionRecordOrPlay(@"a.zip", ModeInterception.Record));
For play use
DbInterception.Add(new InterceptionRecordOrPlay(@"a.zip", ModeInterception.Play));
Source code at https://github.com/ignatandrei/EFRecordAndPlay.