EntityFramework.Triggers 5.0.4

dotnet add package EntityFramework.Triggers --version 5.0.4
NuGet\Install-Package EntityFramework.Triggers -Version 5.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EntityFramework.Triggers" Version="5.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.Triggers --version 5.0.4
#r "nuget: EntityFramework.Triggers, 5.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EntityFramework.Triggers as a Cake Addin
#addin nuget:?package=EntityFramework.Triggers&version=5.0.4

// Install EntityFramework.Triggers as a Cake Tool
#tool nuget:?package=EntityFramework.Triggers&version=5.0.4

Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on EntityFramework.Triggers:

Repository Stars
NickStrupat/EntityFramework.Triggers
Adds events for entity inserting, inserted, updating, updated, deleting, and deleted
DeeJayTC/net-dynamic-api
A library that turns your model into a fully working API, define your model as markdown (soon), json or c#.
NickStrupat/EntityFramework.Rx
Reactive extension wrappers for *hot* observables of Entity Framework
Version Downloads Last updated
5.0.4 269 3/30/2015
5.0.3 136 2/16/2015
5.0.2 291 11/18/2014
5.0.1 617 11/8/2014
5.0.0 626 11/8/2014
4.0.0.188 517 11/4/2014
3.0.0.4 115 9/22/2014
2.0.0.3 113 9/18/2014
2.0.0.2 65 9/18/2014

- Fix for https://github.com/NickStrupat/EntityFramework.Triggers/issues/1
- Added a test to make sure base class triggers don't break again