EfCore.GenericEventRunner
2.2.1
A library to provide domain event handling to EF Core.
See the version list below for details.
Install-Package EfCore.GenericEventRunner -Version 2.2.1
dotnet add package EfCore.GenericEventRunner --version 2.2.1
<PackageReference Include="EfCore.GenericEventRunner" Version="2.2.1" />
paket add EfCore.GenericEventRunner --version 2.2.1
#r "nuget: EfCore.GenericEventRunner, 2.2.1"
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.
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.
Release Notes
- Bug Fix: If scans multple assemblies it double registered some event handlers
- Feature: The `RegisterGenericEventRunner` method returns a log of what it resgistered - useful for debugging.
Dependencies
-
.NETStandard 2.1
- EfCore.GenericEventRunner.DomainParts (>= 2.1.0)
- GenericServices.StatusGeneric (>= 1.1.0)
- Microsoft.EntityFrameworkCore (>= 3.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 131 | 1/25/2021 |
2.3.1 | 52 | 1/22/2021 |
2.3.0 | 747 | 11/22/2020 |
2.2.2 | 107 | 11/10/2020 |
2.2.1 | 105 | 11/10/2020 |
2.2.0 | 103 | 11/9/2020 |
2.1.0 | 340 | 9/14/2020 |
2.1.0-preview005 | 90 | 8/28/2020 |
2.1.0-preview003 | 135 | 8/26/2020 |
2.1.0-preview002 | 116 | 8/25/2020 |
2.1.0-preview001 | 133 | 8/25/2020 |
2.0.0 | 146 | 8/12/2020 |
1.2.0 | 678 | 1/25/2020 |
1.1.0 | 383 | 12/3/2019 |
1.0.0 | 172 | 11/29/2019 |