-
Notifications
You must be signed in to change notification settings - Fork 474
Make SelectExpandBinder public and register it in RequestContainer (the same way as FilterBinder) #1900
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
Labels
Comments
@savelievser Would you please contribute it? we'd happy to review and merge it. |
@xuzhg sure |
savelievser
pushed a commit
to savelievser/WebApi
that referenced
this issue
Sep 29, 2019
savelievser
pushed a commit
to savelievser/WebApi
that referenced
this issue
Sep 29, 2019
Closed
2 tasks
savelievser
added a commit
to savelievser/WebApi
that referenced
this issue
Oct 3, 2019
savelievser
added a commit
to savelievser/WebApi
that referenced
this issue
Oct 3, 2019
Open
1 task
@xuzhg any updates on this feature and the corresponding PR? It's been a year since the PR was created. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FilterBinder is a good example of class that is open for expanding. I can derive from it and override some methods. Then I can register my class in container, so i will be used instead of original FilterBinder. But I can't do the same with SelectExpandBinder. I would be great to refactor it in the same way and make public.
The text was updated successfully, but these errors were encountered: