Feature/ Make SelectExpandBinder and AggregationBinder public and let override there methods#1921
Feature/ Make SelectExpandBinder and AggregationBinder public and let override there methods#1921savelievser wants to merge 3 commits intoOData:masterfrom
Conversation
|
How can I setup local environment to receive same errors as continuous-integration/vsts? |
I know it is slow and painful but we will soon fix this issue which will enable you to see the build results. In the meanwhile, here is the output - |
|
Thank you @KanishManuja-MS . Do I need to perform any actions to let your team start review process of this PR? |
|
Hi @KanishManuja-MS! |
|
We are also interested into this PR. Is there any timeframe or option to help? |
|
Any updates on this PR? It's been a year. |

Issues
This pull request fixes issue implements feature #1900 .
Description
SelectExpandBinder and AggregationBinder were made public and some of there methods were made protected virtual to let developers override it's functionality (like in FilterBinder). Creation of these classes were moved to new DataBinderProvider class, because approach with registering them with IServiceProvider will require big refactoring.
Checklist (Uncheck if it is not completed)
Additional work necessary
I think no