The for-loop in the ExpressionPropertyAnalyzer.AnalyzeLambda lambda method looks suspicious to me:
for (int i = 0; i < expression.Parameters.Count; i++)
{
ParameterExp...
Id #9271 | Release:
None
| Updated: Feb 14 at 6:18 PM by nallenwagner | Created: Mar 30, 2012 at 7:09 AM by candritzky
I think there is an issue in the SubscriptionNode class. This seems to be preventing CLinq from detecting changes in some multi-value expressions. As a result, some continuous value based expressio...
Id #7327 | Release:
None
| Updated: Feb 14 at 6:18 PM by nallenwagner | Created: Oct 1, 2010 at 8:42 PM by nallenwagner
This test (added to WhereTest) fails with an ArgumentException on the first call to Add. This is because an item previously monitored is being added to the source collection again.
[Test]
...
Id #7003 | Release:
None
| Updated: Feb 14 at 6:18 PM by jbcooley | Created: Jul 19, 2010 at 10:32 PM by jbcooley
Change 46495 breaks using continuous linq on some collections containing internal types with a TypeLoadException at DynamicProperty.GetValue. Changing the DynamicMethod construction back fixes thi...
Id #6983 | Release:
None
| Updated: Feb 14 at 6:18 PM by jbcooley | Created: Jul 13, 2010 at 3:53 PM by jbcooley
I had a little bit of a difficulty using this within a .NET 4.0 solution. The compiler was complaining that there were duplicate implementations of the Func and Action delegates. In the end, I reco...
Id #6958 | Release:
None
| Updated: Feb 14 at 6:18 PM by Sevenate | Created: Jul 7, 2010 at 4:57 PM by nallenwagner
CLinq offers much more efficient incremental updates to collections than whole requeries. As such is could be very valuable to have it on the phone where processor, UI update costs, and battery li...
Id #6292 | Release:
None
| Updated: Feb 14 at 6:18 PM by richoncode | Created: Apr 9, 2010 at 6:42 PM by richoncode
My problem is that the select statement when creating _legalDrinkers doesn't compile. The error message is as follows:
Cannot implicitly convert type 'ContinuousLinq.ReadOnlyContinuousCollection<...
Id #5450 | Release:
None
| Updated: Feb 14 at 6:18 PM by Natxo | Created: Nov 10, 2009 at 8:52 AM by Disore
Using a where expression that references a static property causes a NullReferenceException. Here's a sample built from the unit tests.
// a class with a static property.
public class Constants
{
...
Id #4659 | Release:
None
| Updated: Feb 14 at 6:18 PM by jbcooley | Created: Jul 27, 2009 at 5:22 PM by jbcooley
In "MonitorWindowModel.cs", _graphWindowTicks is defined as:
_graphWindowTicks =
from tick in _tickerData
where tick.TimeStamp >= DateTime.Now.AddMinutes(-5) &&
...
Id #3538 | Release:
None
| Updated: Feb 14 at 6:18 PM by smpdavew | Created: Dec 29, 2008 at 5:01 PM by smpdavew