seesharper / LightInject.Interception

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

Add parameter names to intercepted methods #14

Closed seesharper closed 6 years ago

seesharper commented 6 years ago

Currently we don't define the parameter name when defining the proxy method. This could cause trouble for code that uses reflection over these methods and expects the parameter names to be the same as the target method.

https://github.com/seesharper/LightInject/issues/419