duaneedwards / SwallowExceptions

A C# Fody plugin that allows you to annotate a method [SwallowExceptions] to wrap the method contents in a try / catch block
13 stars 5 forks source link

Update needed to support future fody versions #5

Closed tom-englert closed 2 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.

tom-englert commented 2 years ago

Looks like this extension today is already on Fody 6.x