VOOZH about

URL: https://www.nuget.org/packages/Indiko.Blocks.Widget.Common.Abstractions/

⇱ NuGet Gallery | Indiko.Blocks.Widget.Common.Abstractions 2.8.0




👁 Image
Indiko.Blocks.Widget.Common.Abstractions 2.8.0

dotnet add package Indiko.Blocks.Widget.Common.Abstractions --version 2.8.0
 
 
NuGet\Install-Package Indiko.Blocks.Widget.Common.Abstractions -Version 2.8.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="Indiko.Blocks.Widget.Common.Abstractions" Version="2.8.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Indiko.Blocks.Widget.Common.Abstractions" Version="2.8.0" />
 
Directory.Packages.props
<PackageReference Include="Indiko.Blocks.Widget.Common.Abstractions" />
 
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 Indiko.Blocks.Widget.Common.Abstractions --version 2.8.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Indiko.Blocks.Widget.Common.Abstractions, 2.8.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 Indiko.Blocks.Widget.Common.Abstractions@2.8.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=Indiko.Blocks.Widget.Common.Abstractions&version=2.8.0
 
Install as a Cake Addin
#tool nuget:?package=Indiko.Blocks.Widget.Common.Abstractions&version=2.8.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Indiko.Blocks.Widget.Common.Abstractions

Shared widget infrastructure abstractions and helper services for UI modules.

Overview

This package provides core widget contracts, shared-state and breadcrumb services, and local-storage command/query handlers used by widget-driven frontends.

Key Components

  • IWidget, WidgetBase
  • ISharedStateService, SharedStateService
  • IBreadcrumbService, BreadcrumbService
  • local storage command/query handlers
  • AddWidgetInfrastructure(IConfiguration) extension

DI Registration Entry Point

services.AddWidgetInfrastructure(configuration) registers:

  • Mediation services
  • Blazored local storage integration
  • shared state and breadcrumb services

Runtime Behavior and Caveats

  • Provides reusable app-shell state propagation primitives for widget modules.
  • Breadcrumb operations and local-storage handlers include edge cases that should be handled by consumers:
    • missing key reads can throw KeyNotFoundException,
    • breadcrumb removal assumes entries exist.

Minimal Usage

services.AddWidgetInfrastructure(Configuration);

Target Framework

  • .NET 10

Related Packages

  • Indiko.Blocks.Mediation.Abstractions
Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 Indiko.Blocks.Widget.Common.Abstractions:

Package Downloads
Indiko.Blocks.Widget.UI.Abstractions

Building Blocks Widget UI Abstractions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.0 102 5/22/2026
2.7.8 102 5/7/2026
2.7.7 98 5/7/2026
2.7.6 114 4/23/2026
2.7.5 120 4/23/2026
2.7.4 131 4/23/2026
2.7.3 116 4/23/2026
2.7.2 103 4/23/2026
2.7.1 98 4/23/2026
2.7.0 105 4/23/2026
2.6.4 113 4/21/2026
2.6.3 100 4/21/2026
2.6.2 109 4/21/2026
2.6.1 103 4/18/2026
2.6.0 106 4/17/2026
2.5.1 112 4/14/2026
2.5.0 132 3/30/2026
2.2.18 119 3/8/2026
2.2.17 106 3/8/2026
2.2.16 116 3/8/2026
Loading failed