kswoll / ReactiveUI.Fody

C# Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
MIT License
154 stars 31 forks source link

Conflicts with PropertyChanged.Fody because of cecil version #39

Closed extesy closed 7 years ago

extesy commented 7 years ago

PropertyChanged.Fody has recently updated the cecil version it is using (https://github.com/Fody/PropertyChanged/commit/379ba81a6146aaedfc63a6ac3378c33a23720dee) and now it conflicts with ReactiveUI.Fody which is still using older version of cecil. When both are enabled, ReactiveUI.Fody fails to run.

extesy commented 7 years ago

@kswoll I'm quite sure that fixing #40 would also fix this problem.

kswoll commented 7 years ago

@extesy you can try it now -- I'm still working out some kinks with a different fody package, which is why it's not a public release yet.

Install-Package ReactiveUI.Fody -Pre

kswoll commented 7 years ago

Here ya go: https://www.nuget.org/packages/ReactiveUI.Fody/2.2.3