aritchie / mvxgoodies

Microsoft Public License
7 stars 7 forks source link

Minor inconvenience with ReactiveUI interop #3

Open modplug opened 7 years ago

modplug commented 7 years ago

First I'd like to thank you for this package. It makes my life easer 👍

The thing I'd like to mention is that since both Mvx and ReactiveUI use SetAndRaiseIfChanged(ref x, value) the fody plugin for ReactiveUI https://github.com/kswoll/ReactiveUI.Fody doesn't work as it fails to generate the codebehind for it. This has left me wondering if there's a way to suppress / avoid the conflict between that specific method in the interop?

aritchie commented 7 years ago

I haven't actually used this lib in several months, however, I did use it successfully with reactiveui.fody at the time. What error(s) are you getting currently?

modplug commented 6 years ago

I'll investigate some more and report back