PropertyChanged not firing

There is a regression present on the trunk that is visible using the attached unit test.

Id #7950 | Release: None | Updated: Feb 22 2011 at 4:22 AM by patearl | Created: Feb 21 2011 at 11:17 PM by patearl

Cannot build Obtics

It seems that Obtics requires PFX Beta for .NET 3.5. I can't build the library with .NET 3.5 and PFX release or with .NET 4.0 Could you please upgrade it to release version of PFX?

Id #7689 | Release: None | Updated: Dec 22 2010 at 10:29 AM by Throb | Created: Dec 15 2010 at 7:34 PM by wizzard0

GroupBy on a null value doesn't work

This does work in standard LINQ. Perhaps a dummy placeholder could be used in the dictionary when the null value is encountered.

Id #6119 | Release: None | Updated: Nov 9 2010 at 5:49 AM by vbouzon | Created: Mar 4 2010 at 3:29 AM by patearl

Aggregate Observability Broken

Properties within an aggregation expression don't seem to be observed. When looking at the rewritten expression while debugging, I don't see the "Property" thing that other properties tend to get....

Id #6113 | Release: None | Updated: Mar 15 2010 at 9:24 AM by Throb | Created: Mar 2 2010 at 4:06 AM by patearl

Obtics : Serialization

Happy New Year, Thomas! We have become great fans of your wonderful library. So - A big Thanks from us to you. Question: ---------------------------- Could Obtics' Event Listeners / ValueProvide...

Id #5687 | Release: None | Updated: Jan 6 2010 at 6:01 PM by Throb | Created: Jan 3 2010 at 8:58 PM by rdhatch

ConcurrentHashtable : Custom Comparer Madness!

Hi Thomas - I would really appreciate a fix for this. We've put several days into this issue. Background: -------------------------- We are using Obtics with LLBLGen Pro, one of the strongest OR...

Id #5603 | Release: None | Updated: Dec 16 2009 at 8:53 PM by rdhatch | Created: Dec 15 2009 at 1:38 AM by rdhatch

Multithreading & DependencyObject

I've come across an implementation problem with using Obtics on a background thread with a DependencyObject on the UI thread and am wondering if you've come across it and how you think it should be...

Id #5483 | Release: None | Updated: Nov 21 2009 at 3:34 PM by Throb | Created: Nov 20 2009 at 12:39 PM by joshmouch

Overriding GetHashCode on object used in observed expression causes expression to not update after its INotifyCollectionChanged.CollectionChanged event has a handler

Here is a unit test for a bug I found. The test called "Test_Control" works as expected. However, the "Test_Broken" uses an object that has an overridden GetHashCode method, which causes the obse...

Id #5208 | Release: None | Updated: Dec 15 2009 at 12:09 AM by rdhatch | Created: Oct 12 2009 at 6:41 PM by joshmouch

No exception thrown when observed expression is passed argument with invalid type

If an observed expression is passed a parameter that cannot be converted to the type the expression is expecting, no exception is thrown. I would expect an InvalidTypeCastException to be thrown; o...

Id #5203 | Release: None | Updated: Nov 30 2009 at 9:26 PM by Throb | Created: Oct 12 2009 at 3:59 PM by joshmouch

Collection does not update... because of CascadeTransformation?

I've come across a collection that was created with ExpressionObserver.Execute that will not update when it should. I tried creating a unit test that mimics how the collection is created, but the ...

Id #5105 | Release: None | Updated: Oct 13 2009 at 10:25 PM by joshmouch | Created: Oct 8 2009 at 6:34 PM by joshmouch