-
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
Add OwnedNavigationBuilder.ToView() #15663
Labels
Comments
ajcvickers
added a commit
that referenced
this issue
Jun 20, 2019
Part of #15663 Fixes #14433 The `GetTypeMapping` and `GetRelationalTypeMapping` methods will throw if there isn't a type mapping annotated on the model. Model finalization ensures that this is true. Find methods still exist for cases where they need to be called before the model is finalized, and also so as not to break when not needed. However, see #16177
ajcvickers
added a commit
that referenced
this issue
Jun 20, 2019
Part of #15663 Fixes #14433 The `GetTypeMapping` and `GetRelationalTypeMapping` methods will throw if there isn't a type mapping annotated on the model. Model finalization ensures that this is true. Find methods still exist for cases where they need to be called before the model is finalized, and also so as not to break when not needed. However, see #16177
This is now a dupe of #17890 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For completeness, we should let you call ToView on owned types.
Note, this also depends on the outcome of #14787
The text was updated successfully, but these errors were encountered: