1-4 of 4 < Previous Next >
1 vote

ContinuousLinq should output ReadOnlyObservableCollection

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.

id# 2704 | Planned Release: None | Last Updated: Jul 9 at 3:21 PM  by dochsu
0 votes
closed

Continuous Aggregation Ceases to work after some number of collection changes

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...

id# 2011 | Planned Release: CLINQ v1.1.0.0 | Last Updated: Apr 25 at 3:28 PM  by DotNetAddict
1 vote
closed

OrderBy Expressions are not thread safe

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...

id# 1028 | Planned Release: None | Last Updated: Apr 16 at 6:33 PM  by DotNetAddict
1 vote
closed

Aggregate Implementation is not doing "deep listening" yet

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...

id# 1826 | Planned Release: CLINQ v1.1.0.0 | Last Updated: Apr 16 at 6:31 PM  by DotNetAddict

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-4 of 4 < Previous 1 Next >
Updating...