EfCore.GenericEventRunner
2.3.3
Install-Package EfCore.GenericEventRunner -Version 2.3.3
dotnet add package EfCore.GenericEventRunner --version 2.3.3
<PackageReference Include="EfCore.GenericEventRunner" Version="2.3.3" />
paket add EfCore.GenericEventRunner --version 2.3.3
#r "nuget: EfCore.GenericEventRunner, 2.3.3"
// Install EfCore.GenericEventRunner as a Cake Addin
#addin nuget:?package=EfCore.GenericEventRunner&version=2.3.3
// Install EfCore.GenericEventRunner as a Cake Tool
#tool nuget:?package=EfCore.GenericEventRunner&version=2.3.3
EfCore.GenericEventRunner
This library allows users of Entity Framework Core (EF Core) to add events to their entity classes, i.e. the classes that EF Core maps to a database. It is useful if you have business rules that are triggered by a property changing, or an event such as receiving an customer order and you need to check some things before you can accept it.
This is an open source project (MIT license) available on GitHub and as a NuGet package. See ReleaseNotes for more information.
Documentation and links to articles can be found via the Documentation link.
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 |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- EfCore.GenericEventRunner.DomainParts (>= 2.2.1)
- GenericServices.StatusGeneric (>= 1.1.0)
- Microsoft.EntityFrameworkCore (>= 3.1.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.3 | 2,629 | 7/8/2021 |
2.3.2 | 1,146 | 1/25/2021 |
2.3.1 | 164 | 1/22/2021 |
2.3.0 | 3,609 | 11/22/2020 |
2.2.2 | 229 | 11/10/2020 |
2.2.1 | 223 | 11/10/2020 |
2.2.0 | 235 | 11/9/2020 |
2.1.0 | 592 | 9/14/2020 |
2.1.0-preview005 | 182 | 8/28/2020 |
2.1.0-preview003 | 236 | 8/26/2020 |
2.1.0-preview002 | 214 | 8/25/2020 |
2.1.0-preview001 | 223 | 8/25/2020 |
2.0.0 | 253 | 8/12/2020 |
1.2.0 | 2,363 | 1/25/2020 |
1.1.0 | 494 | 12/3/2019 |
1.0.0 | 287 | 11/29/2019 |
- Bug Fix - calling `SaveChangesAsync` does not return the number of database updates - see issue #6