Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.3 |
Author(s): | Johann Brink |
Last Update: | Monday, October 23, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/johannbrink/EFCoreAuditing |
NuGet Url: | https://www.nuget.org/packages/EFCoreAuditing |
Install
Install-Package EFCoreAuditing
dotnet add package EFCoreAuditing
paket add EFCoreAuditing
EFCoreAuditing Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.0)
- System.Reflection(>= 4.3.0)
Tags
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 SaveChanges().