A modular and extensible .NET library for auditing entity changes using Entity Framework Core.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
chore(ci): add GitHub Actions workflow for NuGet publish on tag
47bdfc6View on GitHubtest: implemented unit tests for AuditService and AuditEntryFactory to verify tracking and entry creation logic
2252f87View on GitHubfix: add IAuditEntry interface and AuditEntryFactory to decouple audit service from entity implementations
f49280cView on GitHubfeat: add AuditOptions and DI setup for AuditForge core services
e3a7053View on GitHubfeat: implement full-featured AuditService with tracking , save logic and hooks
14795d6View on GitHub