Entity Framework 6 – Updating model using Update Wizard and Microsoft Entra (AAD)
I have a database first EF6 project where I need to update the EDMX model from the database schema. Until now we have been using SQL Authentication and have no issues, however we have now moved away from SQL Auth and need to use Microsoft Entra MFA. Since EF6 does not support Active Directory Interactive, updating the model is not working.