EntityFrameworkCore.Triggers
1.2.3
dotnet add package EntityFrameworkCore.Triggers --version 1.2.3
NuGet\Install-Package EntityFrameworkCore.Triggers -Version 1.2.3
<PackageReference Include="EntityFrameworkCore.Triggers" Version="1.2.3" />
paket add EntityFrameworkCore.Triggers --version 1.2.3
#r "nuget: EntityFrameworkCore.Triggers, 1.2.3"
// Install EntityFrameworkCore.Triggers as a Cake Addin
#addin nuget:?package=EntityFrameworkCore.Triggers&version=1.2.3
// Install EntityFrameworkCore.Triggers as a Cake Tool
#tool nuget:?package=EntityFrameworkCore.Triggers&version=1.2.3
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Microsoft.EntityFrameworkCore (>= 2.2.0)
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 2.2.0)
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore (>= 3.0.0)
NuGet packages (19)
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 |
|
VirtoCommerce.CatalogModule.Data
Package Description |
|
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. |
|
VirtoCommerce.CoreModule.Data
Common the e-commerce domain functionality |
|
VirtoCommerce.PricingModule.Data
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on EntityFrameworkCore.Triggers:
Repository | Stars |
---|---|
VirtoCommerce/vc-platform
VirtoCommerce Platform repository
|
|
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 |
---|---|---|
1.2.3 | 130,941 | 3/3/2021 |
1.2.2 | 1,132,781 | 10/29/2019 |
1.2.1 | 15,328 | 9/30/2019 |
1.2.0 | 84,503 | 6/24/2019 |
1.2.0-beta3 | 512 | 6/20/2019 |
1.2.0-beta2 | 3,741 | 10/14/2018 |
1.2.0-beta1 | 560 | 10/8/2018 |
1.1.1 | 642,989 | 9/1/2017 |
1.1.0 | 11,284 | 8/29/2017 |
1.0.5 | 16,902 | 11/23/2016 |
1.0.3-prerelease | 728 | 11/16/2016 |
1.0.2-prerelease | 741 | 10/31/2016 |
1.0.1 | 928 | 10/24/2016 |
1.0.0 | 1,143 | 10/10/2016 |
Fix bug in async change events: https://github.com/NickStrupat/EntityFramework.Triggers/issues/61