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
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