Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
很抱歉在这里使用了图片,但看起来很合适。
我有一个简单的方法拦截器在第一个图像中工作,但是当我将拦截器移动到我希望它存在的库的一部分时(为了可重用性)它只是停止编织。
福迪编织工作
福迪编织不工作
将 [module: Interceptor] 添加到 FodyTest 项目是该问题的解决方案。
自 fody 版本 3 以来的更改使得这在较新的 fody 中是必要的。
感谢您的提示卢卡斯 Trzesniewski