MV10 / Azure.Functions.Dependency.Injection

Reusable dependency injection library for Azure Function V1 apps
MIT License
12 stars 4 forks source link

Multiple registered type implementations #3

Closed grahamehorner closed 6 years ago

grahamehorner commented 6 years ago

Add support for injection of multiple type implementations

grahamehorner commented 6 years ago

[Inject("FunctionName")] ISomeInterfaceType[] instances

or

[Inject("FunctionName")] ICollection instances

etc..

MV10 commented 6 years ago

Thanks, it was "multiple" that was throwing me off! Merged.