EntityFrameworkCore.Triggers
                             
                            
                                1.2.0-beta3
                            
                        
                    See the version list below for details.
dotnet add package EntityFrameworkCore.Triggers --version 1.2.0-beta3
NuGet\Install-Package EntityFrameworkCore.Triggers -Version 1.2.0-beta3
<PackageReference Include="EntityFrameworkCore.Triggers" Version="1.2.0-beta3" />
<PackageVersion Include="EntityFrameworkCore.Triggers" Version="1.2.0-beta3" />
<PackageReference Include="EntityFrameworkCore.Triggers" />
paket add EntityFrameworkCore.Triggers --version 1.2.0-beta3
#r "nuget: EntityFrameworkCore.Triggers, 1.2.0-beta3"
#:package EntityFrameworkCore.Triggers@1.2.0-beta3
#addin nuget:?package=EntityFrameworkCore.Triggers&version=1.2.0-beta3&prerelease
#tool nuget:?package=EntityFrameworkCore.Triggers&version=1.2.0-beta3&prerelease
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .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. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETFramework 4.6.1- Microsoft.EntityFrameworkCore (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
 
- 
                                                    .NETStandard 2.0- Microsoft.EntityFrameworkCore (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
 
NuGet packages (17)
Showing the top 5 NuGet packages that depend on EntityFrameworkCore.Triggers:
| Package | Downloads | 
|---|---|
| VirtoCommerce.Platform.Data Virto Commerce is a flexible B2B ecommerce solution that offers powerful tools for enterprise business users. https://virtocommerce.com | |
| NanoCore The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar. | |
| SmartLifeLtdWeb 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 . Please use it SmartLife Solutions team :) | |
| HoBO.API.ClientDB HoBO.API.ClientDB is a class client that can provide DB access to ClientDB for HoBO API. | |
| EntityFrameworkCore.Rx Reactive extension wrappers for hot observables of Entity Framework entities | 
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on EntityFrameworkCore.Triggers:
| Repository | Stars | 
|---|---|
| VirtoCommerce/vc-platform 
                                                            Virto Commerce B2B Innovation Platform
                                                         | |
| 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 | 
|---|---|---|
| 1.2.3 | 959,961 | 3/3/2021 | 
| 1.2.2 | 1,760,940 | 10/29/2019 | 
| 1.2.1 | 19,385 | 9/30/2019 | 
| 1.2.0 | 93,491 | 6/24/2019 | 
| 1.2.0-beta3 | 1,337 | 6/20/2019 | 
| 1.2.0-beta2 | 4,669 | 10/14/2018 | 
| 1.2.0-beta1 | 1,381 | 10/8/2018 | 
| 1.1.1 | 1,108,216 | 9/1/2017 | 
| 1.1.0 | 12,868 | 8/29/2017 | 
| 1.0.5 | 18,205 | 11/23/2016 | 
| 1.0.3-prerelease | 1,708 | 11/16/2016 | 
| 1.0.2-prerelease | 1,693 | 10/31/2016 | 
| 1.0.1 | 1,986 | 10/24/2016 | 
| 1.0.0 | 2,722 | 10/10/2016 | 
Added async handlers to the triggers. Async handlers are run asynchronously with `.SaveChangesAsync()`, and are called synchronously using .Wait() with `.SaveChanges()`