You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a doubt regarding how Fody chooses which version of the weaver to use.
Let's say, there is a solution having multiple projects, each using different version of Cauldron (Cauldron.BasicInterceptors). Each version of Cauldron brings a corresponding compatible version of Cauldron.Interception.Fody (which is the actual addin of Fody). Now, will Fody choose right version of Cauldron.Interception.Fody, or it would always choose the latest version available in the packages folder?
If we try to build such a solution, then the build fails for the project consuming lower version of Cauldron. I guess this is the expected behavior.
The link AddinSearchPaths mentions that Fody would always take the latest version of the addin.
Could you please help by asserting this assumption.
The text was updated successfully, but these errors were encountered:
Yea I have the problem too with different Fody versions. If Fody finds a newer Addin version in the package folder Fody will use it.
Following issue is related to this problem: Fody/Fody#524
Thanks for the quick reply. I am using PackageReference in my project. But still it doesn't resolve to the correct Addin version. I think, this is the limitation of fody, coz it doesn't know which version of the Addin we are using (maybe because it doesn't parse the csproj/packages.config file to lookup for the version information)
Hey,
I have a doubt regarding how Fody chooses which version of the weaver to use.
Let's say, there is a solution having multiple projects, each using different version of Cauldron (Cauldron.BasicInterceptors). Each version of Cauldron brings a corresponding compatible version of Cauldron.Interception.Fody (which is the actual addin of Fody). Now, will Fody choose right version of Cauldron.Interception.Fody, or it would always choose the latest version available in the packages folder?
If we try to build such a solution, then the build fails for the project consuming lower version of Cauldron. I guess this is the expected behavior.
The link AddinSearchPaths mentions that Fody would always take the latest version of the addin.
Could you please help by asserting this assumption.
The text was updated successfully, but these errors were encountered: