System.AccessViolationException: Attempted to read or write protected memory, in SaveChangesAsync Method of EF Core
I am performing a really simple operation of Insert
using the Entity Framework in Azure Function but unable to understand why I am getting the error. Below is the code snippets of different files: