Jingchao Feng
Jingchao Feng
Just got the ConcurrentObservableCollection to compile on PCL Profile7 almost no code change :D
I wasn't understanding the CollectionView mechanism. Looks like we are raising PropertyChanged and make it update the entire collection instead of Raising CollectionChanged event? Will it be slower? And why...
~~If you are manually updating already, try raising the PropertyChanged event on the ListCollectionView property instead of calling Refresh().~~ Wrong
SerializableAttribute doesn't care about properties, it cares about fields only. My understanding is SerializableAttribute is only for .NET Framework's rule on (de)serialization, which will not call constructors and will only...
Probably better disabling renaming for the entire class using Confuser's attribute. This is not worth the effort.
It's been a while since I had to use Confuser so I'm forgetting all the details. But yes, I mean ObfuscatorAttribute. Confuser doesn't have its own attributes. Actually you can...
And... it was forgotten This bug really tripped me up when I tried to use labeled_graph