ipjohnson / Grace

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

Add IMissingDependencyExpressionProvider #169

Closed ipjohnson closed 6 years ago

ipjohnson commented 6 years ago

This interface allows the developer to provide linq expressions for missing dependencies. Related to issue #163

ipjohnson commented 6 years ago

This has been completed