Benevia.Core.Dashboards.Blazor 0.10.1-ci.456

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

Benevia.Core.Dashboards.Blazor

Maintainers

Summary

This package provides dashboard discovery, design, transport, and rendering for Blazor applications. It integrates dashboard panels with Core ListView query and row context while keeping network and rendering failures safe for users.

Platform user documentation: Dashboard guide

Modules

  • Components — dashboard management, design, chart editing, and rendering.
  • Execution — the API-backed dashboard data service.
  • Services — metadata discovery, persisted definition storage, and sidebar state.
  • DependencyInjection — scoped UI service registration.

Architecture

See ARCHITECTURE.md.

Getting started

Register the components in the Blazor host:

using Benevia.Core.Dashboards.Blazor.DependencyInjection;

services.AddCoreDashboardsBlazor();

The registration also adds Core Blazor services. The host must configure the Core IODataClient transport used by dashboard discovery, management, metadata, and execution.

Set DashboardSidebar.ManagementUrl when the host has a dashboard management page. When using DashboardPanelFrame, set DashboardManagementUrl instead. Both parameters are optional, so existing hosts keep the dashboard-only sidebar until they opt into the settings link.

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.456 0 9/17/2026
0.10.1-ci.455 23 9/16/2026
0.10.1-ci.454 45 9/16/2026
0.10.1-ci.453 29 9/16/2026
0.10.1-ci.452 31 9/16/2026
0.10.1-ci.451 39 9/16/2026
0.10.1-ci.450 48 9/16/2026
0.10.1-ci.449 101 9/14/2026
0.10.1-ci.448 49 9/14/2026
0.10.1-ci.447 48 9/14/2026
0.10.1-ci.446 50 9/14/2026
0.10.1-ci.445 105 9/11/2026
0.10.1-ci.444 79 9/11/2026
0.10.1-ci.443 64 9/11/2026
0.10.1-ci.442 66 9/10/2026
0.10.1-ci.441 58 9/10/2026
0.10.1-ci.440 72 9/8/2026
0.10.1-ci.439 67 9/8/2026
0.10.1-ci.438 121 9/8/2026
0.10.1-ci.437 65 9/8/2026
Loading failed