-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong interceptor is chosen when multiple bindings exist #26
Comments
Remark: The issue is not dependent on using DynamicProxy or Linfu ninject extension. |
Thank you! |
Not sure if this is related but if I use attribute based interception and have multiple implementations for the same interface it seems to apply ones from one implementation to another. i.e
If I were to inject in a list of |
Thanks guys |
@scott-xu is this fix due to be released to nuget soon? |
Released just now. |
Here is an example:
https://gist.github.com/orient-man/8400383
I expect result to be multiplied by 100 but the first interceptor is chosen.
The text was updated successfully, but these errors were encountered: