Skip to content
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

Use field/properties appropriately from query #16796

Merged
merged 1 commit into from
Jul 28, 2019
Merged

Conversation

ajcvickers
Copy link
Contributor

Fixes #16287

Ended up being quite a can of worms--cleaned up some CLR accessor code that is no longer being used (it was there for old pipeline) and found several additional bugs in the same area.

@ajcvickers ajcvickers requested review from AndriySvyryd, roji, smitpatel and bricelam and removed request for AndriySvyryd July 28, 2019 00:56
/// doing so can result in application failures when updating to a new Entity Framework Core release.
/// </summary>
void AddRange([NotNull] object instance, [NotNull] IEnumerable<object> values);
bool Add([NotNull] object instance, [NotNull] object value, bool forMaterialization);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is another interface that is used directly in the providers and we should consider making public.

Fixes #16287

Ended up being quite a can of worms--cleaned up some CLR accessor code that is no longer being used (it was there for old pipeline) and found several additional bugs in the same area.
@ajcvickers ajcvickers force-pushed the BeurocraticLlama0727 branch from a15fdc3 to fb64207 Compare July 28, 2019 17:36
@ajcvickers ajcvickers merged commit bceb282 into master Jul 28, 2019
@ghost ghost deleted the BeurocraticLlama0727 branch July 28, 2019 18:14
ajcvickers added a commit that referenced this pull request Jul 28, 2019
ajcvickers added a commit that referenced this pull request Jul 28, 2019
ajcvickers added a commit that referenced this pull request Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use the correct MemberInfo for collection include
2 participants