EfCore.GenericEventRunner
1.0.0
A library to provide domain event handling to EF Core.
See the version list below for details.
Install-Package EfCore.GenericEventRunner -Version 1.0.0
dotnet add package EfCore.GenericEventRunner --version 1.0.0
<PackageReference Include="EfCore.GenericEventRunner" Version="1.0.0" />
paket add EfCore.GenericEventRunner --version 1.0.0
#r "nuget: EfCore.GenericEventRunner, 1.0.0"
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 at https://github.com/JonPSmith/EfCore.GenericServices
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 at https://github.com/JonPSmith/EfCore.GenericServices
Release Notes
- First release.
Dependencies
-
.NETStandard 2.1
- GenericServices.StatusGeneric (>= 1.0.0)
- Microsoft.EntityFrameworkCore (>= 3.0.1)
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 |