Pulling in new data deletes files in ignore list

Hello,

I edit data source to bring in new tables/columns, then I run the application in Radzen to generated the models, controllers etc. Whenever I do this, any files that I have in the ignore list related to this data source (models, controllers, context files) are deleted (and not regenerated since they were on ignore list)! Can you provide a way to merge the new changes coming in with ones that I have made?

Thanks,

We will investigate this. Indeed inferring a database should obey the code generation ignore list. However if you want Radzen to generate the updated models and controllers you shouldn't add them to the ignore list. You should use partial classes instead. The controllers, models and EF data contexts are partial classes that have certain partial methods exposed for customizations.