We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related with #20
Awaiting implementation in 2 files:
SelectorFilterBase.cs https://github.com/enisn/AutoFilterer/blob/feature/select-expression/src/AutoFilterer/Types/SelectorFilterBase.cs#L14-L18
SelectorPaginationFilterBase.cs https://github.com/enisn/AutoFilterer/blob/feature/select-expression/src/AutoFilterer/Types/SelectorPaginationFilterBase.cs#L10-L14
Also, Implementation requires documentation too. Issue #20 can help to prepare documentation.
Basics tests are ready like below, but more tests are required to handle most of scenarios.
https://github.com/enisn/AutoFilterer/blob/feature/select-expression/tests/AutoFilterer.Tests/Types/SelectorFilterBaseTests.cs
The text was updated successfully, but these errors were encountered:
enisn
furkandeveloper
No branches or pull requests
Related with #20
Files
Awaiting implementation in 2 files:
SelectorFilterBase.cs
https://github.com/enisn/AutoFilterer/blob/feature/select-expression/src/AutoFilterer/Types/SelectorFilterBase.cs#L14-L18
SelectorPaginationFilterBase.cs
https://github.com/enisn/AutoFilterer/blob/feature/select-expression/src/AutoFilterer/Types/SelectorPaginationFilterBase.cs#L10-L14
Documentation
Also, Implementation requires documentation too. Issue #20 can help to prepare documentation.
Tests
Basics tests are ready like below, but more tests are required to handle most of scenarios.
https://github.com/enisn/AutoFilterer/blob/feature/select-expression/tests/AutoFilterer.Tests/Types/SelectorFilterBaseTests.cs
The text was updated successfully, but these errors were encountered: