dotnet-audit-trail
Installation
SKILL.md
Audit Trail Generator
Overview
Automatic audit trail tracking for entities:
- IAuditable interface - Standard audit fields
- SaveChanges interceptor - Automatic field population
- User context integration - Track who made changes
- Soft delete support - Track deletions without removing
Quick Reference
| Component | Purpose |
|---|---|
IAuditable |
Interface for auditable entities |
AuditableEntity |
Base class with audit fields |
AuditSaveChangesInterceptor |
Auto-populates audit fields |
SoftDeletable |
Interface for soft delete |