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

Fix problems in `CreateFactory()` method #5

Closed SimonG96 closed 5 years ago

SimonG96 commented 5 years ago

Fix the important problems with the CreateFactory() method in TypedFactoryRegistration. This is related to #4, but in contrary to that issue these are important bugs that need to be fixed as soon as possible.

See here for problems with the current implementation.