ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Add locate from child option for member injection #167

Closed ipjohnson closed 6 years ago

ipjohnson commented 6 years ago

Currently when a dependency is missing for a member the injection context is checked as well as the current scope. The child scope is not checked. This new member injection will check the child scopes for dependencies.

This is an opt in feature to support issue #163

ipjohnson commented 6 years ago

Closing in favor of IMissingDependencyExpressionProvider