Benevia.Core.Dashboards 0.10.1-ci.461

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

Benevia.Core.Dashboards

Maintainers

Summary

This package owns the dashboard entity, JSON contracts, metadata, and options.

Dashboard chart data loads through normal OData. The Blazor package builds the OData queries, and Core API authorizes and runs them.

Platform user documentation: Dashboard guide

Modules

  • Contracts - JSON contracts for definitions, filters, dimensions, measures, and chart results.
  • Configuration - relative dates, aging buckets, and dashboard time zone support.
  • Metadata - catalog data used by dashboard designers.
  • Model and BL - the Dashboard entity and normal business rules.
  • DependencyInjection - API-host registration extensions.

Architecture

See ARCHITECTURE.md.

Getting Started

Register the package in an API host:

using Benevia.Core.Dashboards.DependencyInjection;

services.AddCoreDashboards();

Configure dashboard options in the Blazor host with AddCoreDashboardsBlazor(options => ...).

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 (1)

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

Package Downloads
Benevia.Core.Dashboards.Blazor

Blazor host components for Benevia Core dashboard definitions and execution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.10.1-ci.461 0 9/21/2026
0.10.1-ci.460 40 9/18/2026
0.10.1-ci.459 40 9/18/2026
0.10.1-ci.458 64 9/18/2026
0.10.1-ci.457 56 9/17/2026
0.10.1-ci.456 49 9/17/2026
0.10.1-ci.455 47 9/16/2026
0.10.1-ci.454 55 9/16/2026
0.10.1-ci.453 53 9/16/2026
0.10.1-ci.452 49 9/16/2026
0.10.1-ci.451 53 9/16/2026
0.10.1-ci.450 83 9/16/2026
0.10.1-ci.449 124 9/14/2026
0.10.1-ci.448 64 9/14/2026
0.10.1-ci.447 57 9/14/2026
0.10.1-ci.446 60 9/14/2026
0.10.1-ci.445 138 9/11/2026
0.10.1-ci.444 94 9/11/2026
0.10.1-ci.443 66 9/11/2026
0.10.1-ci.442 59 9/10/2026
Loading failed