johannbrink
- 2,315 total downloads
- last updated 10/23/2017
- Latest version: 1.0.3
A package that implements Auditing for Entity Framework Core based DbContexts. It is extensible to allow other logging providers like MongoDB, Azure tables etc. Just inherit AuditingDbContext from your application's DbContext and use the overloaded SaveChange(string userName) instead of the standard...
More information
- 1,365 total downloads
- last updated 10/23/2017
- Latest version: 1.0.3
This package is a MongoDB based AuditStoreProvider that extends the EFCoreAuditing NuGet package's functionality.
- 1,109 total downloads
- last updated 10/6/2015
- Latest version: 1.0.1
Just inherit AuditingDbContext from your application's DbContext and use the overloaded SaveChange(string userName) instead of the standard SaveChanges().