Provides a DbContext base class for auditing changes in an Entity Framework Core database context.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.0.0-alpha |
Author(s): | Laura Verdoes |
Last Update: | Thursday, June 23, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DecosInformationSolutions/DbContextAuditing |
NuGet Url: | https://www.nuget.org/packages/Decos.Data.Auditing.EntityFrameworkCore |
Install
Install-Package Decos.Data.Auditing.EntityFrameworkCore
dotnet add package Decos.Data.Auditing.EntityFrameworkCore
paket add Decos.Data.Auditing.EntityFrameworkCore
Decos.Data.Auditing.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Decos.Data.Auditing(>= 1.3.1)
- Decos.AspNetCore.BackgroundTasks(>= 1.0.2)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
Tags