Whenever I change a columns data type or remove columns from a table and then resync, my models are not updated in the LLBLGen Designer.
I have all kinds of manual edits for code-generation attributes, navigator renaming, etc so deleting and re-reverse engineering entities isn't an option. I end up manually editing my entities fields whenever we make a table change.
If the solution is to design the entity in the designer and then push the changes to the database (I'm not even sure if that exists in the Designer) then that's not an option for our development team.
Is this just a short-coming of the Designer or do am doing something wrong. I'd really like to get this resolved because it is very error-prone to manually edit entity models to match them with recent schema changes. It's also a PITA.
LLBLGen Pro Designer v5.2.1 using the LLBLGen framework.
Possibly-relevant projects settings:
Conventions > Entity Model > Database First Development > Add new elements after relational model data sync = false
Conventions > Entity Model > Database First Development > Add new fields after relational model data sync = true
Conventions > Entity Model > Database First Development > Sync mapped element names after
relational model data sync = true
Conventions > Entity Model > Database First Development > Sync renamed mapped element names after relational model data sync = true