-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
CountChanged not working on SourceCache #188
Comments
The fix has been deployed to Nuget v6.7.1 |
Current Nuget v6.8.0.* contains a similar error-scenario when using this code:
|
Have you added the aggregation namespace:
|
No, intellisense suggested this namespace first: using System.Reactive.Linq; Thank you - it works using DynamicData.Aggregation namespace. |
I seem to be struggling getting SourceCache CountChanged to properly report
A simple example:
The text was updated successfully, but these errors were encountered: