A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
Recording added entities does not work
How to enable only some entities for auto history? I do not need auto history for all tables.
Created date problem
create Entity and EntityHistory per Entity (per DbSet<Entity>)
Any plans for `net7.0` -- Any compatibility issues with using this alongside `net7.0` and EfCore `7.x.x` within a project?
Concurrency Exception when using pack v6.0.0 in Nuget
Exception using .net 6
IdentityDbContext<User, Persona, string>' does not contain a definition for 'EnsureAutoHistory'
Version for net 3
Does not record on DELETE