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 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. |
.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 is compatible. |
.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.2.0)
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 2.2.0)
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore (>= 3.0.0)
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 :) |
|
EntityFrameworkCore.Rx
Reactive extension wrappers for hot observables of Entity Framework entities |
|
HoBO.API.ClientDB
HoBO.API.ClientDB is a class client that can provide DB access to ClientDB for HoBO API. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on EntityFrameworkCore.Triggers:
Repository | Stars |
---|---|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
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 | 579,636 | 3/3/2021 |
1.2.2 | 1,668,279 | 10/29/2019 |
1.2.1 | 17,946 | 9/30/2019 |
1.2.0 | 91,912 | 6/24/2019 |
1.2.0-beta3 | 1,100 | 6/20/2019 |
1.2.0-beta2 | 4,421 | 10/14/2018 |
1.2.0-beta1 | 1,174 | 10/8/2018 |
1.1.1 | 1,050,019 | 9/1/2017 |
1.1.0 | 12,293 | 8/29/2017 |
1.0.5 | 17,706 | 11/23/2016 |
1.0.3-prerelease | 1,380 | 11/16/2016 |
1.0.2-prerelease | 1,364 | 10/31/2016 |
1.0.1 | 1,634 | 10/24/2016 |
1.0.0 | 1,946 | 10/10/2016 |
Fix bug in async change events: https://github.com/NickStrupat/EntityFramework.Triggers/issues/61