The output of a query should be a ReadOnlyObservableCollection and not a ReadOnlyContinuousCollection. Clinq should be using the built-in .NET classes as much as possible.
This issue is currently showing up in the stock monitor demo and I have had little luck troubleshooting it. After about 9 or so (varies) changes to the source collection, continuous aggregates on t...
The OrderBy expression uses InsertInSorted Order as well as Remove/Insert operations which are non-atomic. This results in race conditions if you are adding/removing/updating values in the underlyi...
In the current (unchecked) version of the source code, the aggregate monitors are only listening to collection changed events. They need to be modified to work more like the view adapters for conti...