Indiko.Blocks.Widget.Common.Abstractions
2.7.8
dotnet add package Indiko.Blocks.Widget.Common.Abstractions --version 2.7.8
NuGet\Install-Package Indiko.Blocks.Widget.Common.Abstractions -Version 2.7.8
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.7.8" />
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.7.8" />
<PackageReference Include="Indiko.Blocks.Widget.Common.Abstractions" />
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.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Indiko.Blocks.Widget.Common.Abstractions, 2.7.8"
#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.7.8
#: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.7.8
#tool nuget:?package=Indiko.Blocks.Widget.Common.Abstractions&version=2.7.8
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,WidgetBaseISharedStateService,SharedStateServiceIBreadcrumbService,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.
- missing key reads can throw
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 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.
-
net10.0
- Blazored.LocalStorage (>= 4.5.0)
- CommunityToolkit.Mvvm (>= 8.4.2)
- Indiko.Blocks.Mediation.Abstractions (>= 2.7.8)
- Indiko.Blocks.Mediation.Mediator (>= 2.7.8)
- Indiko.Common.Abstractions (>= 2.7.8)
- Microsoft.AspNetCore.Components (>= 10.0.6)
- Microsoft.AspNetCore.Components.Analyzers (>= 10.0.6)
- Microsoft.AspNetCore.Components.Web (>= 10.0.6)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.6)
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.7.8 | 14 | 5/7/2026 |
| 2.7.7 | 39 | 5/7/2026 |
| 2.7.6 | 103 | 4/23/2026 |
| 2.7.5 | 105 | 4/23/2026 |
| 2.7.4 | 117 | 4/23/2026 |
| 2.7.3 | 102 | 4/23/2026 |
| 2.7.2 | 87 | 4/23/2026 |
| 2.7.1 | 86 | 4/23/2026 |
| 2.7.0 | 91 | 4/23/2026 |
| 2.6.4 | 99 | 4/21/2026 |
| 2.6.3 | 88 | 4/21/2026 |
| 2.6.2 | 96 | 4/21/2026 |
| 2.6.1 | 89 | 4/18/2026 |
| 2.6.0 | 93 | 4/17/2026 |
| 2.5.1 | 96 | 4/14/2026 |
| 2.5.0 | 117 | 3/30/2026 |
| 2.2.18 | 107 | 3/8/2026 |
| 2.2.17 | 96 | 3/8/2026 |
| 2.2.16 | 104 | 3/8/2026 |
| 2.2.15 | 94 | 3/7/2026 |
Loading failed