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

Add model building support for collections of owned types. #12503

Merged
merged 1 commit into from
Jul 2, 2018

Conversation

AndriySvyryd
Copy link
Member

Add HasKey() to ReferenceOwnershipBuilder
Add missing string overloads of OwnsOne() and HasOne()
Add hiding overloads of HasData()
Sort methods and fix some comments
Move owned type primary key configuration to KeyDiscoveryConvention
Update model snapshot accordingly.

Part of #8172

ProcessElement((IAnnotatable)entityType, version);

if ((version.StartsWith("2.0", StringComparison.Ordinal)
|| version.StartsWith("2.1", StringComparison.Ordinal))
Copy link
Contributor

Choose a reason for hiding this comment

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

I know we won't, but this would include 2.10.

Copy link
Member Author

Choose a reason for hiding this comment

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

😆
We'll deal with it at that point

@AndriySvyryd AndriySvyryd changed the base branch from dev to release/2.2 June 29, 2018 23:50
Add HasKey() to ReferenceOwnershipBuilder
Add missing string overloads of OwnsOne() and HasOne()
Add hiding overloads of HasData()
Sort methods and fix some comments
Move owned type primary key configuration to KeyDiscoveryConvention

Part of #8172
@AndriySvyryd AndriySvyryd merged commit 93da2f0 into release/2.2 Jul 2, 2018
@AndriySvyryd AndriySvyryd deleted the Issue8172 branch July 2, 2018 18:54
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.

3 participants