ipjohnson / Grace

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

Add property injection support for Dynamic constructor selection #80

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

Currently property injection is only supported if the constructor expression is a New linq expression, this needs to be expanded to support property injection for scenarios where the construction expression is not a New (in the case of dynamic the expression is a invoke func)

This needs to be completed for issue #78