-
Notifications
You must be signed in to change notification settings - Fork 17
Update to Fody Version 2 #15
Comments
Sorry for my late reply. Will update asap. Thanks for mentioning. |
Hi, Latest release from nuget doesn't seem to work. I'm using Visual Studio Community 2017 version 15.2. Following below steps:
Downgrade Fody to version 1.29.4.0 then can build successfully. Thanks, |
MethodCache.Fody 1.5.1 now defines Fody < 2.0.0. Since NuGet Client installs Fody 1.28.3 it breaks on VS 2017. Any thoughts on this? Should I set the minimum version to 1.29.1? MethodCache.Fody 2.0.0-alpha1 now references Mono.Cecil > 0.10 and should be compatible with Fody >= 2.0.0. Not related to this issue, but might I ask you a different question? Now that Fody supports .NET Standard what will be necessary to support this? I guess it does not only affect the MethodCache.Attributes PCL but also the Weaver assembly itself (e.g. ReferenceFinder.cs)? You can try
if you want to use a newer version of Fody. |
any updates for the stable release? |
Does |
It works. |
I'm not actively adding new features if it is that what you mean, so that is why this repo might look inactive. But when bug requests come in, I'm usually going to fix them asap. This version is stable as far as I know (at least there are no open issues if #14 is considered as feature request), so the only thing I could do is changing the version number from |
@Dresel That's great and what I want. |
Fody Version 2 is out and you will need to do an update for your addin to be usable with it
Specifically:
Please ping me if u need help
The text was updated successfully, but these errors were encountered: