burtonrodman / EntityFrameworkCore.Auditing

0 stars 0 forks source link

provide a way to customize the PeriodStart and PeriodEnd column names #7

Open burtonrodman opened 1 year ago

burtonrodman commented 1 year ago

associated wrong issue

burtonrodman commented 2 months ago

fixes case where 2 auditable DbContext are used in same app with different Period column names breaks references to AuditableEntityBase.PeriodStart,PeriodEnd -- use context.PeriodStart/PeriodEnd instead

breaks per table period column customization