Incursa.Platform.Audit 6.0.4

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

Incursa.Platform.Audit

Incursa.Platform.Audit provides the provider-neutral audit-event model for the monorepo. It gives capabilities and integrations a common way to record immutable audit history without coupling the public surface to any single sink or storage implementation.

What It Owns

  • immutable audit-event contracts
  • actors, targets, outcomes, and anchor modeling
  • reader and writer abstractions for audit stores
  • shared validation helpers for stable audit payloads and metadata

What It Does Not Own

  • provider-specific delivery or export APIs
  • access-specific audit policy
  • application-specific event naming conventions beyond the shared primitives
  • Incursa.Platform.Access for access-domain audit journaling
  • Incursa.Integrations.WorkOS.Audit for asynchronous WorkOS delivery
  • Incursa.Platform.Observability for adjacent operation and tracing conventions

Typical Use

Use this package when you want a stable audit contract in core code while keeping storage or provider choices in adapter packages.

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 (5)

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

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.

Incursa.Integrations.WorkOS.Audit

WorkOS sink integration for Incursa platform audit events using outbox-backed asynchronous delivery.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.4 460 3/13/2026
6.0.3 254 3/10/2026
6.0.1 228 3/10/2026
Loading failed