csnemes / tracer

Tracing rewriter using Fody
Apache License 2.0
93 stars 26 forks source link

Update needed to support future fody versions #71

Closed tom-englert closed 5 years ago

tom-englert commented 5 years ago

As of Fody 3.2.5 the strategy to lookup weavers has changed: https://github.com/Fody/Fody/wiki/AddinSearchPaths

The legacy lookup will be no longer supported in the next versions of Fody, so this weaver needs to add the props file to the NuGet package to be usable with future Fody versions.

csnemes commented 5 years ago

Done in 3.0. Thanks for the warning.