-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Design and Implement context injection #85
Comments
Whenever injecting contextual parameter (not as dependency but directly) and types do not match exactly context-> declaration of given parameter, there is mismatch with dependency as parameter. In both cases Possible sollution:
It seems that 2b is best option. |
Context should be an object used to retrieve dynamic deps like http request / response during deps resolution
The text was updated successfully, but these errors were encountered: