Description
Hi,
I installed EF core version Preview 7 when I insert new record to a table that has a trigger I,ve got below error:
EF core preview 7 - latest preview release.
Error message:
Could not save changes because the target table has database triggers. Please configure your entity type accordingly, see https://aka.ms/efcore-docs-sqlserver-save-changes-and-triggers for more information.
thank you.