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
Filter(reapplyFilter) calls the DynamicFilter constructor with a null predicateChanges, which causes it to throw an ArgumentNullException.
Filter(reapplyFilter)
DynamicFilter
Also I don't understand the usage of this method: there is no filter specified.
The text was updated successfully, but these errors were encountered:
Merge pull request #134 from robsonj/master
9d25a09
#128 - Filter(reapplyFilter) throws an ArgumentNullException
No branches or pull requests
Filter(reapplyFilter)
calls theDynamicFilter
constructor with a null predicateChanges, which causes it to throw an ArgumentNullException.Also I don't understand the usage of this method: there is no filter specified.
The text was updated successfully, but these errors were encountered: