seesharper / LightInject.Interception

LightInject.Interception supports Aspect Oriented Programming through proxy-based method interceptors.
11 stars 7 forks source link

Bugfix issue21 #23

Closed artem-voropaev closed 3 years ago

artem-voropaev commented 5 years ago

fix for issue #21

The problem was in ProxyBuilder.ImplementInterceptedMethod.

ImplementInterceptedMethod does not use base class declared methods when target type is an interface.