RolandPheasant / DynamicData.ReactiveUI

Adaptors to integrate Dynamic Data with ReactiveUI
Microsoft Public License
63 stars 9 forks source link

reactiveui 7 #6

Open reyntjesr opened 7 years ago

reyntjesr commented 7 years ago

Can you please update DynamicData.ReactiveUI so that I can use the latest DynamicData 5 and ReactiveUI 7 versions?

RolandPheasant commented 7 years ago

Rxui 7 still uses Rx 2. 25 so will not work with DD 5 as that uses Rx 3.x

However I recently refreshed 4.10 with all the code in v5 but it still targets Rx 2.25 so should work with rxui7.

When Rx 8 is released I will make it compatible with DD 5

reyntjesr commented 7 years ago

Thanks for the fast reply! I assumed because Rxui 7 is relative new they used the latest Rx versions. I was wrong. I think I'll just use DD 4.10 then until Rxui 8 arrives.

RolandPheasant commented 7 years ago

Cool. Let me know if you come across any issues