Incursa.Platform.Correlation 6.0.4

Prefix Reserved
dotnet add package Incursa.Platform.Correlation --version 6.0.4
                    
NuGet\Install-Package Incursa.Platform.Correlation -Version 6.0.4
                    
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="Incursa.Platform.Correlation" Version="6.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Incursa.Platform.Correlation" Version="6.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Incursa.Platform.Correlation" />
                    
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 Incursa.Platform.Correlation --version 6.0.4
                    
#r "nuget: Incursa.Platform.Correlation, 6.0.4"
                    
#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 Incursa.Platform.Correlation@6.0.4
                    
#: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=Incursa.Platform.Correlation&version=6.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Incursa.Platform.Correlation&version=6.0.4
                    
Install as a Cake Tool

Incursa.Platform.Correlation

Incursa.Platform.Correlation provides the shared correlation primitives used to connect HTTP requests, background workflows, operations, and audit trails.

What It Owns

  • correlation ID value types and context objects
  • context accessor abstractions for ambient and request-scoped usage
  • header serialization helpers for cross-service propagation

What It Does Not Own

  • tracing exporters or vendor-specific telemetry sinks
  • operation history storage
  • audit records themselves
  • Incursa.Platform.Observability for shared event and tag conventions
  • Incursa.Platform.Operations for long-running workflow tracking
  • Incursa.Platform.Audit for immutable audit history

Typical Use

Use this package when you need consistent identifiers for tracing, diagnostics, and audit stitching across service boundaries.

Product 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 (6)

Showing the top 5 NuGet packages that depend on Incursa.Platform.Correlation:

Package Downloads
Incursa.Platform.Operations

Provider-agnostic operation tracking primitives for long-running workflows.

Incursa.Platform.Audit

Provider-agnostic audit timeline primitives for immutable event recording and querying.

Incursa.Platform.Observability

Shared observability primitives for platform events, tags, and recovery snapshots.

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
6.0.4 483 3/13/2026
6.0.3 279 3/10/2026
6.0.1 251 3/10/2026
Loading failed