autofac / Autofac.Extras.DynamicProxy

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

Update for v6 Compatibility #38

Closed alistairjevans closed 3 years ago

alistairjevans commented 3 years ago

ActivatingHandlers is gone in v6; adding a middleware stage to do the interception instead.

Also CLS compliance.