Benevia.Core.API.Events
0.9.17-ci.147
This is a prerelease version of Benevia.Core.API.Events.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Benevia.Core.API.Events --version 0.9.17-ci.147
NuGet\Install-Package Benevia.Core.API.Events -Version 0.9.17-ci.147
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Benevia.Core.API.Events" Version="0.9.17-ci.147" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core.API.Events" Version="0.9.17-ci.147" />
<PackageReference Include="Benevia.Core.API.Events" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Benevia.Core.API.Events --version 0.9.17-ci.147
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Benevia.Core.API.Events, 0.9.17-ci.147"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Benevia.Core.API.Events@0.9.17-ci.147
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Benevia.Core.API.Events&version=0.9.17-ci.147&prerelease
#tool nuget:?package=Benevia.Core.API.Events&version=0.9.17-ci.147&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Benevia.Core.API.Events Summary
Benevia.Core.API.Events is the integration layer that connects Benevia.Core.API and Benevia.Core.Events.
This package wires the event-driven business logic engine into the API request pipeline so that:
- Validations run automatically on every HTTP operation
- Computed properties are resolved on read
- Pre-save rules execute before every save
Documentation
AI agents should use the documentation on the https://core.benevia.university site. Begin with the following links:
- Documentation specific to this library: Events index
- Full documentation of the platform is here: AI Index
Install
dotnet add package Benevia.Core.API.Events
Register in Program.cs
Replace AddCoreApi with AddCoreApiEvents:
builder.Services
.AddMyAppModel()
.AddMyAppEndpoints()
.AddCoreApiEvents((o, t) => o.UseNpgsql(t?.ConnectionString));
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Benevia.Core.API (>= 0.9.17-ci.147)
- Benevia.Core.Events.DataTypes (>= 0.9.17-ci.147)
- Microsoft.EntityFrameworkCore (>= 10.0.5)
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 |
|---|---|---|
| 0.9.17-ci.148 | 0 | 5/19/2026 |
| 0.9.17-ci.147 | 0 | 5/19/2026 |
| 0.9.17-ci.146 | 0 | 5/19/2026 |
| 0.9.17-ci.145 | 0 | 5/19/2026 |
| 0.9.17-ci.144 | 26 | 5/19/2026 |
| 0.9.17-ci.143 | 46 | 5/18/2026 |
| 0.9.17-ci.142 | 87 | 5/18/2026 |
| 0.9.17-ci.141 | 41 | 5/18/2026 |
| 0.9.17-ci.140 | 148 | 5/14/2026 |
| 0.9.17-ci.139 | 49 | 5/14/2026 |
| 0.9.17-ci.138 | 102 | 5/14/2026 |
| 0.9.17-ci.137 | 57 | 5/14/2026 |
| 0.9.17-ci.136 | 81 | 5/13/2026 |
| 0.9.17-ci.135 | 47 | 5/13/2026 |
| 0.9.17-ci.134 | 55 | 5/12/2026 |
| 0.9.17-ci.133 | 55 | 5/11/2026 |
| 0.9.17-ci.132 | 108 | 5/11/2026 |
| 0.9.17-ci.131 | 52 | 5/11/2026 |
| 0.9.17-ci.130 | 62 | 5/11/2026 |
| 0.9.16 | 197 | 4/28/2026 |
Loading failed