AutoHistory icon indicating copy to clipboard operation
AutoHistory copied to clipboard

Can't record in Context.Add

Open WildShooter opened this issue 3 years ago • 0 comments

When new a entity, I Use DbSet<Entity>().Add(entity) Then context.Savechanges(); It can't record in autohistory table. But update or delete operation works well! My Microsoft.EntityFrameworkCore.AutoHistory version is 3.1.1. Looking forward to your suggestions

WildShooter avatar Sep 09 '21 05:09 WildShooter