Support extension method as Navigation property#1528
Open
genusP wants to merge 14 commits intoOData:masterfrom
Open
Support extension method as Navigation property#1528genusP wants to merge 14 commits intoOData:masterfrom
genusP wants to merge 14 commits intoOData:masterfrom
Conversation
Member
xuzhg
reviewed
Jul 16, 2018
xuzhg
reviewed
Jul 16, 2018
xuzhg
reviewed
Jul 16, 2018
xuzhg
reviewed
Jul 16, 2018
Contributor
Author
|
I fix it in commit genusP@da30e83 Why this commit not showing in PR |
xuzhg
reviewed
Jul 17, 2018
Member
xuzhg
reviewed
Jul 17, 2018
xuzhg
reviewed
Jul 17, 2018
xuzhg
reviewed
Jul 17, 2018
xuzhg
reviewed
Jul 17, 2018
8fb28db to
b347a48
Compare
b347a48 to
674d25f
Compare
Contributor
Author
|
Unnecessary files deleted (commit genusP/WebApi@da30e83 replaced) |
Contributor
Author
|
I hope, you add this feature |
Contributor
Author
|
@xuzhg, Any questions by this PR? |
…as_extension_method # Conflicts: # src/Microsoft.AspNet.OData.Shared/Formatter/EdmLibHelpers.cs # src/Microsoft.AspNet.OData.Shared/Microsoft.AspNet.OData.Shared.projitems
Contributor
Author
|
@mikepizzo, please review this PR. |
Contributor
Author
|
@KanishManuja-MS Please, give me information about CI errors. |
Contributor
Contributor
Author
|
@KanishManuja-MS Please, give me information about CI errors. |
Contributor
|
@genusP Style issues - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Issues
Some ORMs (e.g. linq2db) support define navigation properties as extension method.
This PR add functional to model builder and also update binders for support this.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.