Incursa.Platform
6.0.5
Prefix Reserved
See the version list below for details.
dotnet add package Incursa.Platform --version 6.0.5
NuGet\Install-Package Incursa.Platform -Version 6.0.5
<PackageReference Include="Incursa.Platform" Version="6.0.5" />
<PackageVersion Include="Incursa.Platform" Version="6.0.5" />
<PackageReference Include="Incursa.Platform" />
paket add Incursa.Platform --version 6.0.5
#r "nuget: Incursa.Platform, 6.0.5"
#:package Incursa.Platform@6.0.5
#addin nuget:?package=Incursa.Platform&version=6.0.5
#tool nuget:?package=Incursa.Platform&version=6.0.5
Incursa.Platform
Incursa.Platform is the foundational package family for the monorepo. It provides the core runtime building blocks that the higher-level capability packages build on.
What This Package Family Is For
Use Incursa.Platform when you need the base infrastructure pieces that sit underneath storage-backed workflows, inbox/outbox processing, orchestration, and shared platform runtime concerns.
This package is intentionally foundational. More opinionated domain capabilities live in sibling packages such as:
Incursa.Platform.AccessIncursa.Platform.StorageIncursa.Platform.WebhooksIncursa.Platform.EmailIncursa.Platform.Operations
What It Owns
- base orchestration and platform runtime primitives
- shared registration helpers for the core platform runtime
- support for inbox and outbox style processing
- one-time execution and startup coordination helpers
What It Does Not Own
- vendor-specific integrations
- provider-neutral business capability models like access or DNS
- application-specific domain logic
Related Packages
Incursa.Platform.SqlServerfor SQL Server-backed infrastructure and runtime hostingIncursa.Platform.Postgresfor PostgreSQL-backed infrastructureIncursa.Platform.Storagefor provider-neutral storage contractsIncursa.Platform.Observabilityfor shared observability conventions
Typical Use
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddSqlPlatform(
"Server=localhost;Database=MyApp;Trusted_Connection=true;",
options =>
{
options.EnableSchemaDeployment = true;
options.EnableSchedulerWorkers = true;
});
Documentation
docs/architecture/monorepo.mddocs/outbox-quickstart.mddocs/inbox-quickstart.md
| 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. |
-
net10.0
- Incursa.Platform.ExactlyOnce (>= 6.0.4)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.5)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Options (>= 10.0.5)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Incursa.Platform:
| Package | Downloads |
|---|---|
|
Incursa.Platform.Observability
Shared observability primitives for platform events, tags, and recovery snapshots. |
|
|
Incursa.Platform.Webhooks
Provider-agnostic webhook ingestion, classification, and processing primitives. |
|
|
Incursa.Platform.SqlServer
SQL Server provider for Incursa Platform outbox, inbox, scheduler, fanout, metrics, and leases. |
|
|
Incursa.Platform.Postgres
PostgreSQL provider for Incursa Platform outbox, inbox, scheduler, fanout, metrics, and leases. |
|
|
Incursa.Platform.InMemory
In-memory provider for Incursa Platform primitives for testing and local development. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.3.9.853 | 412 | 3/9/2026 |
| 2026.3.9.100 | 182 | 3/9/2026 |
| 2026.3.6.320 | 278 | 3/6/2026 |
| 2026.3.4.1093 | 223 | 3/4/2026 |
| 2026.3.1.31 | 220 | 3/1/2026 |
| 2026.2.25.334 | 202 | 2/25/2026 |
| 2026.2.24.205 | 202 | 2/24/2026 |
| 2026.2.21.28 | 188 | 2/21/2026 |
| 2026.2.21.6 | 191 | 2/21/2026 |
| 2026.2.20.1418 | 192 | 2/20/2026 |
| 2026.2.20.1356 | 198 | 2/20/2026 |
| 2026.2.20.1343 | 200 | 2/20/2026 |
| 2026.2.20.908 | 184 | 2/20/2026 |
| 2026.2.20.310 | 197 | 2/20/2026 |
| 2026.2.20.132 | 188 | 2/20/2026 |
| 2026.2.20.82 | 199 | 2/20/2026 |
| 2026.2.19.224 | 201 | 2/19/2026 |
| 6.0.5 | 617 | 3/13/2026 |
| 6.0.3 | 288 | 3/10/2026 |
| 6.0.1 | 267 | 3/10/2026 |
For support, contact nuget@incursa.com