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
When you store a HashSet object in MemoryCache and retrieve the object when you are trying to remove an item from the collection operations fail.
Expected behavior: .Remove() method should work as expected
Actual behavior: .Remove() method returns false
Workaround: Implement GetHashCode() of the object that is inside the HashSet
The text was updated successfully, but these errors were encountered:
This is possibly related with that one: force-net/DeepCloner#17
Sorry, something went wrong.
No branches or pull requests
Description
When you store a HashSet object in MemoryCache and retrieve the object when you are trying to remove an item from the collection operations fail.
Steps to Reproduce
Expected behavior: .Remove() method should work as expected
Actual behavior: .Remove() method returns false
Workaround: Implement GetHashCode() of the object that is inside the HashSet
Specifications
The text was updated successfully, but these errors were encountered: