-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
RegisterFactory with Interceptors #33
Comments
Yes, it is a new development and still lucks interception support. You can still use old method for the interception.
|
@ArnaudB88
|
I am open to suggestions on how to make it more elegant. |
I'll try and put together a pull request on the weekend |
Would you like to discuss it first?
|
Is there any about this issue? Is there a way to do this in 5.11.1:
|
Hi,
Since the InjectionFactory is deprecated, I am trying to use the RegisterFactory method.
I have registrations which use a factory and also have interceptor(s):
(This is a service for filesystem access with a 'wait and retry' decorator. Interception adds impersonation)
How can the RegisterType be rewritten to RegisterFactory and still pass the InterceptionBehaviour?
Is the RegisterFactory method missing some functionality?
Thanks!
The text was updated successfully, but these errors were encountered: