inversionhourglass / Rougamo

Compile-time AOP component. Works with any method, whether it is async or sync, instance or static. Uses an aspectj-like pattern to match methods.
MIT License
393 stars 47 forks source link

多个库项目引用Rougamo生成的多个FodyWeavers.xml文件能否去除? #26

Closed li-zheng-hao closed 1 year ago

li-zheng-hao commented 1 year ago

目前解决方案里面有好几个库项目,每个库都得安装Rougamo.Fody库才能调用到对应的AOP方法,这样每个库都会有一个FodyWeavers.xml文件,强迫症看着有点不爽,这个有办法能去掉或者只留一个吗?(google搜了一下貌似没有解决方案...)

li-zheng-hao commented 1 year ago

https://github.com/Fody/Home/blob/master/pages/configuration.md

找到了,我先研究研究

food4321 commented 1 month ago

上边这个解决了吗?如何解决? @li-zheng-hao

li-zheng-hao commented 1 month ago

上边这个解决了吗?如何解决? @li-zheng-hao

我上面发的链接里有介绍,你可以看一下