标签: autofac
我正在尝试将我的项目从AutoFac 1.4.4升级到最新版本(2.4.5)。我的代码使用FlexibleInterceptionModule(以支持代理方法),这在AutoFac中不再可用。还有其他替代方案吗?
答案 0 :(得分:1)
在2.x中,您需要在“class”和“interface”拦截器之间进行选择。 tests for the new DP integration有一些例子。
希望这有帮助,
尼克