-
Notifications
You must be signed in to change notification settings - Fork 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
Feedback from docs verification #424
Comments
Also there is no info that if you have multiple navigation pairs then convention won't discover relationship and you need to configure them explicitly. |
@smitpatel actually, it is there. See the first warning in https://docs.microsoft.com/ef/core/modeling/relationships. It is not great though, you wouldn't know unless you read the manual. I am more concerned about the behavior than it being documented 😄 |
@ajcvickers I have addressed a good number of items as part of the work for 2.0. We should later discuss a plan for the remaining items. |
@divega To create new issues for the remaining items |
Created new separate issues for remaining work. |
@divega I think we should have a brainstorming session with the team (maybe in a design meeting slot) to come up with a plan for updating the docs, but for now I'm attempting to bring all the feedback from the recent verification into one place so we don't lose it. Feel free to move it/split it if you would prefer.
https://github.com/aspnet/Release/issues/205#issuecomment-316507969
C:\Github\EntityFramework.Docs\samples\core\Querying\Querying
https://github.com/aspnet/Release/issues/190#issuecomment-316191233public List<Post> OwnedBlogs { get; set; }
is wrong https://github.com/aspnet/Release/issues/190#issuecomment-316460473The text was updated successfully, but these errors were encountered: