-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When mapping to backing fields handle cases where field is on base type #758
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Comments
This might already be done. If not, it is a bug and should be done in 1.1 |
ajcvickers
added a commit
that referenced
this issue
Jul 27, 2016
Issue #4461 Previously the materializer would use the backing field, but then when a value needed to be set for fixup, etc, things would fall down. Now we generate delegates everywhere that can use the backing field. Note that query still prefers the backing field, while fixup prefers the property. MemberMapper was made a service of the model. Only the minimal done here--we can allow it to be set by convention or fluent API if the need to customize it is requested. Also fixed #758 - When mapping to backing fields handle cases where field is on base type
ajcvickers
added a commit
that referenced
this issue
Jul 27, 2016
Issue #4461 Previously the materializer would use the backing field, but then when a value needed to be set for fixup, etc, things would fall down. Now we generate delegates everywhere that can use the backing field. Note that query still prefers the backing field, while fixup prefers the property. MemberMapper was made a service of the model. Only the minimal done here--we can allow it to be set by convention or fluent API if the need to customize it is requested. Also fixed #758 - When mapping to backing fields handle cases where field is on base type
ajcvickers
added a commit
that referenced
this issue
Jul 28, 2016
Issue #4461 Previously the materializer would use the backing field, but then when a value needed to be set for fixup, etc, things would fall down. Now we generate delegates everywhere that can use the backing field. Note that query still prefers the backing field, while fixup prefers the property. MemberMapper was made a service of the model. Only the minimal done here--we can allow it to be set by convention or fluent API if the need to customize it is requested. Also fixed #758 - When mapping to backing fields handle cases where field is on base type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
No description provided.
The text was updated successfully, but these errors were encountered: