Skip to content

Feature/ Make SelectExpandBinder and AggregationBinder public and let override there methods #1915

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

Conversation

savelievser
Copy link

@savelievser savelievser commented Sep 29, 2019

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)

  • Test cases added
  • Build and test with one-click build and test script passed

Additional work necessary

I think no

@msftclas
Copy link

msftclas commented Sep 29, 2019

CLA assistant check
All CLA requirements met.

@savelievser savelievser changed the title Feature/open select expand binder for expanding Feature/ Make SelectExpandBinder and AggregationBinder public and let override it's methods Sep 30, 2019
@savelievser savelievser changed the title Feature/ Make SelectExpandBinder and AggregationBinder public and let override it's methods Feature/ Make SelectExpandBinder and AggregationBinder public and let override there methods Sep 30, 2019
@savelievser
Copy link
Author

Can anyone provide me information on what went wrong with continuous-integration/vsts ?
I can build solution locally and all unit-tests pass.

@KanishManuja-MS
Copy link
Contributor

Can anyone provide me information on what went wrong with continuous-integration/vsts ?
I can build solution locally and all unit-tests pass.

Code style issue.
image

@savelievser
Copy link
Author

savelievser commented Oct 1, 2019

Can anyone provide me information on what went wrong with continuous-integration/vsts ?
I can build solution locally and all unit-tests pass.

Code style issue.
image

@KanishManuja-MS Is it about style or language version? These lines contain ?. and ?? operators. Which C# version should I use?

@savelievser savelievser closed this Oct 3, 2019
@savelievser savelievser deleted the feature/open-SelectExpandBinder-for-expanding branch October 3, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants