TaskHub.Shared.Bootstraper
2.1.72
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TaskHub.Shared.Bootstraper --version 2.1.72
NuGet\Install-Package TaskHub.Shared.Bootstraper -Version 2.1.72
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="TaskHub.Shared.Bootstraper" Version="2.1.72" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TaskHub.Shared.Bootstraper" Version="2.1.72" />
<PackageReference Include="TaskHub.Shared.Bootstraper" />
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 TaskHub.Shared.Bootstraper --version 2.1.72
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TaskHub.Shared.Bootstraper, 2.1.72"
#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 TaskHub.Shared.Bootstraper@2.1.72
#: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=TaskHub.Shared.Bootstraper&version=2.1.72
#tool nuget:?package=TaskHub.Shared.Bootstraper&version=2.1.72
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TaskHub.Shared
TaskHub.Shared is the core foundation of the TaskHub ecosystem — a collection of lightweight, reusable building blocks that power all TaskHub microservices. It provides shared primitives, abstractions, contracts, and infrastructure adapters designed around Domain-Driven Design (DDD) and Clean Architecture principles.
Overview
TaskHub.Shared contains the fundamental components and patterns used across all bounded contexts in TaskHub.
Modules
- TaskHub.Shared.Primitives — Core value objects, identifiers, and base types shared across all domains.
- TaskHub.Shared.Response — Unified result system (
Result,ValueResult<T>,ResultFactory) for consistent success/error handling. - TaskHub.Shared.Commands.Abstractions — Abstractions for the command pipeline (interfaces for command handlers, behaviors, buses).
- TaskHub.Shared.Commands.Bus — Default in-process command bus implementation with behavior orchestration.
- TaskHub.Shared.Events.Abstractions — Domain event abstractions for cross-service communication.
- TaskHub.Shared.Persistence.Abstractions — Interfaces for read/write repositories, unit of work, and persistence contracts.
- TaskHub.Shared.Infrastructure.EfCore — EF Core helpers, interceptors, and base configurations for database integration.
- TaskHub.Shared.Redis — Integration with Redis for caching and distributed state management.
- TaskHub.Shared.OpenTelemetry — Preconfigured telemetry setup for metrics, traces, and logs (Tempo, Prometheus, Loki).
- TaskHub.Shared.Swagger — Common Swagger and API documentation configuration for ASP.NET Core services.
- TaskHub.Shared.GeoCoding.Abstractions — Abstractions for geocoding providers.
- TaskHub.Shared.GeoCoding.Nominatim — Implementation of the geocoding service using the Nominatim API.
- TaskHub.Shared.GeoCoding.Bootstraper — Provides a lightweight entry-point that simplifies service startup and composition across TaskHub microservices..
Design Principles
- DDD & Clean Architecture — separation between abstractions and implementations.
- Lightweight by Design — each project compiles into a minimal, focused package.
- Composability — services import only the shared modules they depend on.
- Cross-Service Consistency — unified patterns for results, commands, events, and telemetry.
| 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
- Microsoft.Extensions.DependencyInjection (>= 10.0.0)
- Microsoft.IdentityModel.Tokens (>= 8.15.0)
- TaskHub.Observability.Metrics.Abstractions (>= 2.1.72)
- TaskHub.Observability.Metrics.Implementation (>= 2.1.72)
- TaskHub.Observability.OpenTelemetry (>= 2.1.72)
- TaskHub.Observability.Traces.Implementation (>= 2.1.72)
- TaskHub.Shared.Authorization.Identity (>= 2.1.72)
- TaskHub.Shared.Commands.Abstractions (>= 2.1.72)
- TaskHub.Shared.Commands.Bus (>= 2.1.72)
- TaskHub.Shared.ConfigurationTools (>= 2.1.72)
- TaskHub.Shared.Infrastructure.EfCore (>= 2.1.72)
- TaskHub.Shared.RateLimiter (>= 2.1.72)
- TaskHub.Shared.Redis (>= 2.1.72)
- TaskHub.Shared.Response (>= 2.1.72)
- TaskHub.Shared.Swagger (>= 2.1.72)
- TaskHub.Shared.Versioning (>= 2.1.72)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.