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 method injection #168

Closed ipjohnson closed 6 years ago

ipjohnson commented 6 years ago

Currently when locating a dependency for a method if it is not found the injection context and scope are checked but not child scopes. This will offer the ability to check child scopes if the dependency isn't found in the current container.

This will be an opt in feature to support issue #163

ipjohnson commented 6 years ago

Closing in favor of IMissingDependencyExpressionProvider