Benevia.Core.API.Events 0.10.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Benevia.Core.API.Events --version 0.10.0
                    
NuGet\Install-Package Benevia.Core.API.Events -Version 0.10.0
                    
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.10.0" />
                    
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.10.0" />
                    
Directory.Packages.props
<PackageReference Include="Benevia.Core.API.Events" />
                    
Project file
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.10.0
                    
#r "nuget: Benevia.Core.API.Events, 0.10.0"
                    
#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.10.0
                    
#: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.10.0
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.API.Events&version=0.10.0
                    
Install as a Cake Tool

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 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.

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.10.1-ci.344 0 8/17/2026
0.10.1-ci.343 10 8/17/2026
0.10.1-ci.342 43 8/15/2026
0.10.1-ci.341 42 8/14/2026
0.10.1-ci.340 72 8/14/2026
0.10.1-ci.339 39 8/14/2026
0.10.1-ci.338 46 8/14/2026
0.10.1-ci.337 57 8/13/2026
0.10.1-ci.336 42 8/13/2026
0.10.1-ci.335 42 8/13/2026
0.10.1-ci.334 39 8/13/2026
0.10.1-ci.333 41 8/13/2026
0.10.1-ci.332 65 8/13/2026
0.10.1-ci.331 40 8/12/2026
0.10.1-ci.330 53 8/12/2026
0.10.1-ci.329 66 8/12/2026
0.10.1-ci.328 41 8/11/2026
0.10.1-ci.327 124 8/11/2026
0.10.1-ci.326 45 8/11/2026
0.10.0 123 7/8/2026
Loading failed