Refresh model during build
In DB-first models, when any changes are done to the schema the developer has to manually update the model by running the wizard.
There should be a way to update the model from a running db at build time. This way you can guarantee that nightly builds are consistent with the latest schema changes.
Bonus points if you can save the options from the wizard (e.g. specific table names to be refreshed) and use them in the auto-refresh process.
-
dandraka commented
Just noticed that this will be possible if "Command line interface support" (http://devart.uservoice.com/forums/38671-entity-developer/suggestions/453988-command-line-interface-support) will be implemented, since it will allow for "[...] automatic model generation from the database". Currently this idea is planned, which is very good news.
So flag this one as a duplicate.