burtonrodman / EntityFrameworkCore.Auditing

0 stars 0 forks source link

when targeting net8.0, adding a unique index on a temporal table, the index is created as non-unique #13

Closed burtonrodman closed 4 months ago

burtonrodman commented 4 months ago

writing out the IsTemporal call manually fixes the issue.

burtonrodman commented 4 months ago

fixed in 1.0.3 by multi-targeting net6.0, net7.0, net8.0