最新 AutoFac 中 FlexibleInterceptionModule 的替代方案
我正在尝试将我的项目从 AutoFac 1.4.4 升级到最新版本 (2.4.5)。我的代码使用FlexibleInterceptionModule(以支持代理方法),该模块在AutoFac中不再可用。还有其他替代方案吗?
I'm trying to upgrade my project from AutoFac 1.4.4 to the latest version (2.4.5). My code uses FlexibleInterceptionModule (to support proxy methods) which is no longer available in AutoFac. Is there any other alternative for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 2.x 中,您需要在“类”拦截器和“接口”拦截器之间进行选择。 新 DP 集成的测试 举一些例子。
希望这有帮助,
尼克
In 2.x you'll need to choose between 'class' and 'interface' interceptors. The tests for the new DP integration have some examples.
Hope this helps,
Nick