ArtificialBadger / Monumental

A IoC container agnostic dependency injection registration engine that prioritizes using conventions on type-patterns over other registration methods.
MIT License
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

ArtificialBadger commented 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

zachcwillson commented 2 years ago

+1

ArtificialBadger commented 2 years ago

Wow, someone from Microsoft wants to use my library? What a world