autofac / Autofac.Extras.DynamicProxy

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

fix (Interception): Resolve issue with public interfaces not being intercepted correctly. #5

Closed jafin closed 9 years ago

jafin commented 9 years ago

3 fix (Interception): Resolve issue with public interfaces not being intercepted correctly.

jafin commented 9 years ago

@tillig Hopefully I've got it right this time.

alexmg commented 9 years ago

Thanks for the PR @jafin. Sorry for the breaking change. I should have added the extra assembly to test all cases. I've pushed a 3.0.7 package to NuGet and it would be great if you could give it a test for us.

jafin commented 9 years ago

@alexmg all ok on my end with the changes. Cheers!