KitStack.Audit.Abstractions 0.1.9

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

KitStack.Audit.Abstractions

KitStack.Audit.Abstractions contains lightweight interfaces, models and utilities for the KitStack.Audit capture sources and sinks.

This package is dependency-free (no EF Core, Mongo, MediatR or messaging SDKs) so that domain and application code can depend on audit contracts (IAuditSink, IAuditNarrator, AuditTrail, TrailDto) without pulling in provider packages.

For full documentation and examples, see the project repository: https://github.com/ghaith100994/KitStack.Audit

License

Apache-2.0

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

Showing the top 5 NuGet packages that depend on KitStack.Audit.Abstractions:

Package Downloads
KitStack.Audit.Fakes

In-memory audit sink and test doubles for KitStack.Audit. Use in tests and local development.

KitStack.Audit.Sinks.EntityFrameworkCore

Relational (EF Core) audit-trail sink for KitStack.Audit. Persists trails to any EF Core relational provider.

KitStack.Audit.Sinks.Mongo

MongoDB audit-trail sink for KitStack.Audit, built on the MongoDB.EntityFrameworkCore provider.

KitStack.Audit.AspNetCore

ASP.NET Core wiring for KitStack.Audit: one-call setup, sink selection, narration, and health checks.

KitStack.Audit.EntityFrameworkCore

EF Core SaveChanges interceptor that captures entity changes as audit trails for KitStack.Audit.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.9 173 6/10/2026
0.1.8 166 6/9/2026
0.1.7 168 6/9/2026
0.1.6 156 6/9/2026
0.1.5 158 6/9/2026