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
Hello
I saw that you updated your code-templates to fix the Problem that TE does not know about M-N Relationship for EFModelFromDatabase. (parent Property not set)
I use the Model-First approach with TE in a lot of projects and facing problems every time i have a M-N relationship. So I added the lines to set the parent property by hand and it's working as expected.
But how can we (model-first-users) adopt the setting of parent property in the model-first-t4 template.
Seems like there is the old version (we have) in the samples (ModelFirst/WebApi) but in the Templates Nuget there are templates missing for ModelFirst
The text was updated successfully, but these errors were encountered:
Hello
I saw that you updated your code-templates to fix the Problem that TE does not know about M-N Relationship for EFModelFromDatabase. (parent Property not set)
I use the Model-First approach with TE in a lot of projects and facing problems every time i have a M-N relationship. So I added the lines to set the parent property by hand and it's working as expected.
[https://github.com/TrackableEntities/trackable-entities/commit/5302f734c6af2885eefb2efc3993e6edc7062f0b]
But how can we (model-first-users) adopt the setting of parent property in the model-first-t4 template.
Seems like there is the old version (we have) in the samples (ModelFirst/WebApi) but in the Templates Nuget there are templates missing for ModelFirst
The text was updated successfully, but these errors were encountered: