最新 AutoFac 中 FlexibleInterceptionModule 的替代方案

发布于 2024-10-24 20:20:06 字数 118 浏览 2 评论 0原文

我正在尝试将我的项目从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一片旧的回忆 2024-10-31 20:20:06

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文