Closed grahamehorner closed 6 years ago
Add support for injection of multiple type implementations
[Inject("FunctionName")] ISomeInterfaceType[] instances
or
[Inject("FunctionName")] ICollection instances
etc..
Thanks, it was "multiple" that was throwing me off! Merged.
Add support for injection of multiple type implementations