RolandPheasant / DynamicData.Snippets

'101 samples' of dynamic data and rx in action
139 stars 13 forks source link

TransformMany with projection #5

Closed dchaib closed 5 years ago

dchaib commented 5 years ago

As discussed, here is a PR that adds two snippets to show how to use TransformMany with a projection: one with an ObservableCache, one with an ObservableList.

Unfortunately, I haven't been able to make it work for the ObservableList...

RolandPheasant commented 5 years ago

No worries about the observable list. I suspect it is because the projected item cannot be matched up to the original. I will merge and look later