-
Notifications
You must be signed in to change notification settings - Fork 473
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
Support extension method as Navigation property #1528
base: master
Are you sure you want to change the base?
Conversation
src/Microsoft.AspNet.OData.Shared/Builder/PropertyDescriptor.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.AspNet.OData.Shared/Builder/PropertyDescriptor.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.AspNet.OData.Shared/Builder/PropertyDescriptor.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.AspNet.OData.Shared/Builder/PropertyDescriptor.cs
Outdated
Show resolved
Hide resolved
I fix it in commit genusP@da30e83 Why this commit not showing in PR |
8fb28db
to
b347a48
Compare
b347a48
to
674d25f
Compare
Unnecessary files deleted (commit genusP/WebApi@da30e83 replaced) |
I hope, you add this feature |
@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
@mikepizzo, please review this PR. |
@KanishManuja-MS Please, give me information about CI errors. |
@KanishManuja-MS Please, give me information about CI errors. |
@genusP Style issues - |
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.