Incursa.Platform.Operations 6.0.4

Prefix Reserved
dotnet add package Incursa.Platform.Operations --version 6.0.4
                    
NuGet\Install-Package Incursa.Platform.Operations -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.Operations" 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.Operations" Version="6.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Incursa.Platform.Operations" />
                    
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.Operations --version 6.0.4
                    
#r "nuget: Incursa.Platform.Operations, 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.Operations@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.Operations&version=6.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Incursa.Platform.Operations&version=6.0.4
                    
Install as a Cake Tool

Incursa.Platform.Operations

Incursa.Platform.Operations provides the provider-neutral operation tracking model for long-running workflows, background jobs, and other observable unit-of-work lifecycles.

What It Owns

  • operation identifiers and status models
  • tracker and watcher interfaces for progress and events
  • snapshot and event contracts for querying current and historical state

What It Does Not Own

  • vendor-specific workflow engines
  • orchestration transport layers
  • application-specific job definitions
  • Incursa.Platform.Observability for event and tag naming conventions
  • Incursa.Platform.Correlation for cross-boundary correlation
  • Incursa.Platform.Audit when operation milestones must become immutable audit records

Typical Use

Use this package to model operation progress and lifecycle state independent of your chosen persistence implementation.

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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Incursa.Platform.Operations:

Package Downloads
Incursa.Platform.Observability

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

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
6.0.4 458 3/13/2026
6.0.3 250 3/10/2026
6.0.1 225 3/10/2026
Loading failed