byme8 / ZeroIoC

ZeroIoC is reflectionless IoC Container for C#
MIT License
44 stars 5 forks source link

Automatically register concrete ctor dependencies #10

Open appel1 opened 1 day ago

appel1 commented 1 day ago

Would it be possible to when registering a type to be able to configure the bootstrapper to implicitly also register the concrete types used in the picked ctor. It would have to avoid overriding existing explicit registrations.

It would reduce the amount of boilerplate registrations for us.