EntityFramework.Triggers 6.2.0-beta3

This is a prerelease version of EntityFramework.Triggers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityFramework.Triggers --version 6.2.0-beta3
                    
NuGet\Install-Package EntityFramework.Triggers -Version 6.2.0-beta3
                    
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="6.2.0-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EntityFramework.Triggers" Version="6.2.0-beta3" />
                    
Directory.Packages.props
<PackageReference Include="EntityFramework.Triggers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EntityFramework.Triggers --version 6.2.0-beta3
                    
#r "nuget: EntityFramework.Triggers, 6.2.0-beta3"
                    
#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.
#:package EntityFramework.Triggers@6.2.0-beta3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EntityFramework.Triggers&version=6.2.0-beta3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EntityFramework.Triggers&version=6.2.0-beta3&prerelease
                    
Install as a Cake Tool

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 net461 is compatible.  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.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on EntityFramework.Triggers:

Package Downloads
SmartLifeLtd

Official Library for Solutions The Library contains the main operations, data, utilities and Base forms for the Solutions. It's build using Visual Studio 2017, C# 7.0 and .Net framework 4.6.1 .

EntityFramework.VersionedProperties

Add drop-in versioned properties to your entity framework model for fine-grained auditing of your model.

Ideom.Infrastructure.Repository

Repository level

EntityFramework.Rx

Reactive extension wrappers for hot observables of Entity Framework entities

TCDev.APIGenerator.Data

Package Description

GitHub repositories (2)

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

Repository Stars
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
6.2.3 60,239 3/3/2021
6.2.2 37,151 10/13/2019
6.2.1 2,318 9/30/2019
6.2.0 8,656 6/24/2019
6.2.0-beta3 562 6/20/2019
6.2.0-beta2 4,305 10/14/2018
6.2.0-beta1 848 10/7/2018
6.1.1 12,039 10/26/2017
6.1.0 2,770 8/29/2017
6.0.8 138,295 11/23/2016
6.0.7 1,497 11/23/2016
6.0.5-prerelease 1,063 11/16/2016
6.0.4-prerelease 1,077 10/31/2016
6.0.3-prerelease 1,056 10/31/2016
6.0.0-prerelease 1,180 10/10/2016
5.4.0 98,134 12/14/2015
5.4.0-prerelease 1,199 12/13/2015
5.3.1 6,504 9/20/2015
5.3.1-prerelease 1,419 9/13/2015
5.3.0-prerelease 1,245 9/11/2015
5.2.1 1,468 8/15/2015
5.2.1-prerelease 1,358 8/11/2015
5.2.0-prerelease 1,266 8/11/2015
5.1.5 1,655 7/26/2015
5.1.3-prerelease 1,534 6/24/2015
5.1.2-prerelease 1,162 6/24/2015
5.1.1-prerelease 1,172 6/21/2015
5.1.0-prerelease 1,149 6/20/2015
5.0.4 2,641 3/30/2015
5.0.3 4,163 2/16/2015
5.0.2 1,918 11/18/2014
5.0.1 2,230 11/8/2014
5.0.0 2,085 11/8/2014
4.0.0.188 1,994 11/4/2014
3.0.0.4 2,204 9/22/2014
2.0.0.3 1,943 9/18/2014
2.0.0.2 1,497 9/18/2014

Added async handlers to the triggers. Async handlers are run asynchronously with `.SaveChangesAsync()`, and are called synchronously using .Wait() with `.SaveChanges()`