SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Allow registration of open generic types #12

Closed SimonG96 closed 4 years ago

SimonG96 commented 5 years ago

Create overloads of the Register and RegisterFactory functions in RegistrationFactory to enable registration of open generic types.

SimonG96 commented 4 years ago

Try implementing this again: https://github.com/SimonG96/LightweightIocContainer/tree/OpenGenericRegistration