bcuff / AutoLazy

Post compile tool using Fody to implement the double check locking pattern.
Other
25 stars 7 forks source link

Update reference #10

Open WenceyWang opened 6 years ago

WenceyWang commented 6 years ago

1>MSBUILD : error : Fody: The weaver assembly 'AutoLazy.Fody, Version=2.2.1.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.

tom-englert commented 6 years ago

Yeah, this must be updated to support Fody 3.*!

tom-englert commented 6 years ago

@bcuff Any plans to update this cool weaver?

bcuff commented 6 years ago

Yes. There are quite a few changes in the way that fody packages work now so it was more work expected. I do plan to update though.

tom-englert commented 6 years ago

@bcuff any progress on this?