Closed benjohnde closed 5 years ago
This could be implemented by checking if all registered components in a container can resolve all their dependencies. Some other ideas?
That is not really easy, we need to have some process which collects every injectable-wrapper from each class/struct.
This could be implemented by checking if all registered components in a container can resolve all their dependencies. Some other ideas?