Benevia.Core 0.8.7

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Benevia.Core --version 0.8.7
                    
NuGet\Install-Package Benevia.Core -Version 0.8.7
                    
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" Version="0.8.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core" Version="0.8.7" />
                    
Directory.Packages.props
<PackageReference Include="Benevia.Core" />
                    
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 --version 0.8.7
                    
#r "nuget: Benevia.Core, 0.8.7"
                    
#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@0.8.7
                    
#: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&version=0.8.7
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core&version=0.8.7
                    
Install as a Cake Tool

Benevia.Core

Maintainers

Introduction

Benevia.Core is a simple utility library, providing a few common abstractions and utilities that are applicable across all other Core libraries. This library contains shared interfaces, extension methods, and base functionality.

Modules

Core Interfaces

  • IEntity - Base interface for all entity types in the platform

User Prompts

  • IUserPromptHandler - Interface for handling user prompts and interactions
  • UserPromptHandler - Default implementation for user prompt handling
  • Message - Message model for user communications
  • PromptLevel - Enumeration defining prompt severity levels

Utilities

  • StringExtensions - Extension methods for string manipulation and utilities
  • ServiceCollectionDecorationExtensions - Dependency injection decoration utilities

Design Principles

As the most low level Core library and used by most projects, this library follows strict design principles:

  1. Minimal Dependencies - Only essential NuGet packages to avoid bloating dependent projects.
  2. Stable Interfaces - Provides stable contracts that needed by many other libraries.
  3. No Business Logic - Contains only technical utilities, not domain-specific logic. This should not become a catch-all library.
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 (5)

Showing the top 5 NuGet packages that depend on Benevia.Core:

Package Downloads
Benevia.Core.Telemetry

Benevia Core Telemetry library with OpenTelemetry and Sentry integration for observability and error tracking.

Benevia.Core.Events

Benevia Core Events library for event-driven architecture and business logic implementation.

Benevia.Core.API

Benevia Core API library with OData support and automatic API controller generation via source generators.

Benevia.Core.Contacts

Benevia Core Contacts library for managing contact information and relationships.

Benevia.Core.Permissions

Benevia Core Permissions library for role-based access control with subscriber-based permission definitions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.8-ci.48 3 4/6/2026
0.8.7 105 4/2/2026
0.8.7-ci.46 43 4/2/2026
0.8.7-ci.45 44 4/2/2026
0.8.7-ci.44 38 4/1/2026
0.8.7-ci.43 43 3/31/2026
0.8.7-ci.42 46 3/31/2026
0.8.6 254 3/25/2026
0.8.6-ci.40 49 3/25/2026
0.8.5 176 3/25/2026
0.8.5-ci.38 49 3/25/2026
0.8.5-ci.37 43 3/25/2026
0.8.5-ci.36 48 3/24/2026
0.8.4 291 3/23/2026
0.8.4-ci.34 42 3/23/2026
0.8.4-ci.33 38 3/23/2026
0.8.3 222 3/19/2026
0.8.3-ci.31 53 3/19/2026
0.8.3-ci.30 69 3/19/2026
0.8.3-ci.29 52 3/19/2026
Loading failed