autofac / Autofac.Extras.DynamicProxy

Interceptor and decorator support for Autofac IoC via Castle DynamicProxy
MIT License
106 stars 33 forks source link

Why isn't DynamicProxy referencing newer Versions of AutoFac #26

Closed marcBalta closed 6 years ago

marcBalta commented 6 years ago

My Problem is that Autofac up to 4.0.1 has a severe bug which is https://github.com/autofac/Autofac/issues/789 . But unfortunatley this bug is fixed only in the following versions which are not supported by DynamicProxy so I'm stuck with Autofac 4.0.1 and this bug if I want to use DynmicProxy.

So is there any reason why Dynamic Proxy is still referencing the old Version of AutoFac?

tillig commented 6 years ago

This is one of our FAQs.

tillig commented 6 years ago

(You can absolutely update your local reference of Autofac to something new. There's no change in A.E.DP required.)

marcBalta commented 6 years ago

Ok, thank you very much. Didn't know about bindingRedirects.