You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Mar 30, 2023
EFDesigner v4.2.1.3
Phenomenon:
If there are more than one model in a project, files created in other models are deleted when code is generated for a specific model.
In EFModelFileManager.ttinclude,
Suggestion:
I have solved this issue by deleting files if the specified file is in the directory of target files
I copied the EFModelFileManager.ttinclude file to model location and added a function to determine for deleting like below(code not optimized)
and then,
This worked for me.
Hope this helps.
The text was updated successfully, but these errors were encountered: