Indiko.Blocks.Common.Abstractions
2.7.8
dotnet add package Indiko.Blocks.Common.Abstractions --version 2.7.8
NuGet\Install-Package Indiko.Blocks.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.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.Common.Abstractions" Version="2.7.8" />
<PackageReference Include="Indiko.Blocks.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.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.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.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.Common.Abstractions&version=2.7.8
#tool nuget:?package=Indiko.Blocks.Common.Abstractions&version=2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Indiko.Blocks.Common.Abstractions
Shared building-block infrastructure contracts and base classes.
Overview
This package provides the core primitives used by many blocks:
- block lifecycle abstraction
- options binding conventions
- block load-order metadata
Key Components
IBlockBlockBaseBlockBase<TOptions>BlockLoadOrderAttributeBlockOptions,IBlockOptions
Runtime Behavior
BlockBaseexposes lifecycle hooks:ConfigureBuilder(...)ConfigureServices(...)Configure(...)
BlockBase<TOptions>uses section naming fromGetModuleOptionsConfigSection(), defaulting to block type name unless overridden.Enabledflags in options are expected to be honored by concrete block implementations.
Authoring Pattern
public sealed class MyBlock : BlockBase
{
public override void ConfigureServices(IServiceCollection services)
{
// register services
}
}
Target Framework
- .NET 10
Related Packages
Indiko.Blocks.Common.Management
| 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
- No dependencies.
NuGet packages (23)
Showing the top 5 NuGet packages that depend on Indiko.Blocks.Common.Abstractions:
| Package | Downloads |
|---|---|
|
Indiko.Blocks.Logging.Abstractions
Building Blocks Logging Abstractions |
|
|
Indiko.Blocks.Common.Management
Building Blocks Common Management |
|
|
Indiko.Blocks.Mapping.AutoMapper
Building Blocks Mapping AutoMapper |
|
|
Indiko.Blocks.DataAccess.Abstractions
Building Blocks DataAccess Abstractions |
|
|
Indiko.Blocks.Storage.Abstractions
Building Blocks Storage Abstractions |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.8 | 166 | 5/7/2026 |
| 2.7.7 | 177 | 5/7/2026 |
| 2.7.6 | 466 | 4/23/2026 |
| 2.7.5 | 469 | 4/23/2026 |
| 2.7.4 | 421 | 4/23/2026 |
| 2.7.3 | 432 | 4/23/2026 |
| 2.7.2 | 428 | 4/23/2026 |
| 2.7.1 | 432 | 4/23/2026 |
| 2.7.0 | 420 | 4/23/2026 |
| 2.6.4 | 451 | 4/21/2026 |
| 2.6.3 | 422 | 4/21/2026 |
| 2.6.2 | 438 | 4/21/2026 |
| 2.6.1 | 417 | 4/18/2026 |
| 2.6.0 | 415 | 4/17/2026 |
| 2.5.1 | 412 | 4/14/2026 |
| 2.5.0 | 441 | 3/30/2026 |
| 2.2.18 | 427 | 3/8/2026 |
| 2.2.17 | 392 | 3/8/2026 |
| 2.2.16 | 399 | 3/8/2026 |
| 2.2.15 | 397 | 3/7/2026 |
Loading failed