KitStack.Audit.Abstractions
0.1.5
See the version list below for details.
dotnet add package KitStack.Audit.Abstractions --version 0.1.5
NuGet\Install-Package KitStack.Audit.Abstractions -Version 0.1.5
<PackageReference Include="KitStack.Audit.Abstractions" Version="0.1.5" />
<PackageVersion Include="KitStack.Audit.Abstractions" Version="0.1.5" />
<PackageReference Include="KitStack.Audit.Abstractions" />
paket add KitStack.Audit.Abstractions --version 0.1.5
#r "nuget: KitStack.Audit.Abstractions, 0.1.5"
#:package KitStack.Audit.Abstractions@0.1.5
#addin nuget:?package=KitStack.Audit.Abstractions&version=0.1.5
#tool nuget:?package=KitStack.Audit.Abstractions&version=0.1.5
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 | 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
- 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.