Search code examples
entity-framework-6visual-studio-2019

Entity Framework 6 not updating from database correctly in VS 2019


I'm working on a .NET MVC web app using Entity Framework 6 to manage a model from a SQL Server database. I've been using VS 2017 to develop everything so far, making changes to the database, and updating the model after those changes are made. When I switched to VS 2019 and attempted this, only the model and diagram of the model were updated. The classes generated by EF were not updated with the changes from the database. Does VS 2019 handle EF models differently than 2017?


Solution

  • According to this thread on VS Developer Community, it will be fixed in VB2019.1, in the meantime there's a workaround:

    1. Save the .edmx file
    2. Expand the .edmx file in Solution Explorer
    3. For each .tt files inside it, right-click and choose Run Custom Tool.