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 (2.5.3) because of Mono.Cecil version (ReactiveUI.Fody 2.2.11) #55

Open IQuixote opened 6 years ago

IQuixote commented 6 years ago

Using: Fody: 3.0.3 PropertyChanged.Fody: 2.5.3 ReactiveUI.Fody: 2.2.11

Fody: The weaver assembly 'ReactiveUI.Fody, Version=2.2.11.0, Culture=neutral, PublicKeyToken=null' references an out of date version of Mono.Cecil.dll. Expected strong name token of '1C-A0-91-87-7D-12-CA-03' but got '50-CE-BF-1C-CE-B9-D0-5E'. The weaver needs to update to at least version 3.0 of FodyHelpers.

Seems like same type of error as Issue #39