-
Notifications
You must be signed in to change notification settings - Fork 161
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
Custom method can now have nullable parameters and nullable arguments #1090
base: release-8.x
Are you sure you want to change the base?
Conversation
src/Microsoft.AspNetCore.OData/Query/Expressions/QueryBinder.SingleValueFunctionCall.cs
Show resolved
Hide resolved
…nctionCall in wrong method
Please add a description to what the pr does. |
Please add some test to this Pr |
@xuzhg I know this PR is old but it is still relevant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you port it to latest main branch for 9.x version?
@xuzhg Yes, but should I not complete this PR first and then cherry pick the commit and create a PR to main? I am unable to complete this PR due to the AspNetCoreOData-main-rolling-1ES Azure Pipeline has not been triggered. |
Fixes #1084
This PR will make it possible to create custom function for nullable types.