Benevia.Core.API.Events 0.9.18-ci.181

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.
dotnet add package Benevia.Core.API.Events --version 0.9.18-ci.181
                    
NuGet\Install-Package Benevia.Core.API.Events -Version 0.9.18-ci.181
                    
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.18-ci.181" />
                    
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.18-ci.181" />
                    
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.9.18-ci.181
                    
#r "nuget: Benevia.Core.API.Events, 0.9.18-ci.181"
                    
#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.18-ci.181
                    
#: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.18-ci.181&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.API.Events&version=0.9.18-ci.181&prerelease
                    
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.9.18-ci.192 0 6/17/2026
0.9.18-ci.191 5 6/17/2026
0.9.18-ci.190 47 6/15/2026
0.9.18-ci.189 101 6/13/2026
0.9.18-ci.188 48 6/12/2026
0.9.18-ci.187 94 6/10/2026
0.9.18-ci.186 53 6/10/2026
0.9.18-ci.185 52 6/10/2026
0.9.18-ci.184 54 6/10/2026
0.9.18-ci.183 71 6/10/2026
0.9.18-ci.182 48 6/10/2026
0.9.18-ci.181 43 6/10/2026
0.9.18-ci.180 52 6/10/2026
0.9.18-ci.179 51 6/10/2026
0.9.18-ci.178 46 6/9/2026
0.9.18-ci.177 51 6/9/2026
0.9.18-ci.176 49 6/9/2026
0.9.18-ci.175 52 6/9/2026
0.9.18-ci.174 68 6/8/2026
0.9.17 151 6/1/2026
Loading failed