AutoHistory
AutoHistory copied to clipboard
Can't record in Context.Add
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