There is a regression present on the trunk that is visible using the attached unit test.
Id #7950 | Release:
None
| Updated: Feb 14 at 1:41 AM by patearl | Created: Feb 21, 2011 at 11:17 PM by patearl
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: Feb 14 at 1:41 AM by Throb | Created: Dec 15, 2010 at 7:34 PM by wizzard0
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: Feb 14 at 1:41 AM by vbouzon | Created: Mar 4, 2010 at 3:29 AM by patearl
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: Feb 14 at 1:41 AM by Throb | Created: Mar 2, 2010 at 4:06 AM by patearl
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 / ValueProviders be Serializable? I reali...
Id #5687 | Release:
None
| Updated: Feb 14 at 1:41 AM by Throb | Created: Jan 3, 2010 at 8:58 PM by rdhatch
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: Feb 14 at 1:41 AM by Throb | Created: Nov 20, 2009 at 12:39 PM by joshmouch
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: Feb 14 at 1:41 AM by rdhatch | Created: Oct 12, 2009 at 6:41 PM by joshmouch
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: Feb 14 at 1:41 AM by Throb | Created: Oct 12, 2009 at 3:59 PM by joshmouch
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: Feb 14 at 1:41 AM by joshmouch | Created: Oct 8, 2009 at 6:34 PM by joshmouch
I've tracked down another bug related to a class that both inherits from the DependencyObject and implements INotifyPropertyChanged. If I use ExpressionObserver on an Expression which references t...
Id #5051 | Release:
None
| Updated: Feb 14 at 1:41 AM by joshmouch | Created: Oct 5, 2009 at 4:30 PM by joshmouch