Liftric / DIKit

Dependency Injection Framework for Swift, inspired by KOIN.
MIT License
102 stars 17 forks source link

Small validation of graph #9

Closed benjohnde closed 5 years ago

benjohnde commented 6 years ago

This could be implemented by checking if all registered components in a container can resolve all their dependencies. Some other ideas?

benjohnde commented 5 years ago

That is not really easy, we need to have some process which collects every injectable-wrapper from each class/struct.