A IoC container agnostic dependency injection registration engine that prioritizes using conventions on type-patterns over other registration methods.
2
stars
0
forks
source link
Auto-registration not working for class with interface and abstract class with interface #2
Open
ArtificialBadger opened 2 years ago
CustomClass : BananaResolver, IClass
BananaResolver : IBananaResolver
IClass cannot be resolved, since CustomClass isn't sure if it wants to register it as IClass or IBananaResolver