A starting point for EF Core persistance providing extension methods for migrating, hosted services and the infrastructure needed to setup an auditing system for any DbContext.
Info
Version: | 2.1.0 |
Author(s): | Alexandros Kritikos |
Last Update: | Monday, September 25, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kritikos-io/Configuration.Persistence |
NuGet Url: | https://www.nuget.org/packages/Kritikos.Configuration.Persistence |
Install
Install-Package Kritikos.Configuration.Persistence
dotnet add package Kritikos.Configuration.Persistence
paket add Kritikos.Configuration.Persistence
Kritikos.Configuration.Persistence Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.1)
- System.ComponentModel.Annotations(>= 4.7.0)