@WilliamNadeau
I need your help on a complex registration issue.
I have two interfaces IArbitraryDieRoller and IDieRoller,
I also have an adapter Adapter : IDieRoller. The adapter resolves a single IDieRoller.
I want to resolve IEnumerable<IDieRoller>
I want to Register a collection of Adapters, one for each implementation of IDieRoller.
Can't figure this bad boy out at the moment and seems like a problem you would love to solve.
@WilliamNadeau
I need your help on a complex registration issue.
I have two interfaces IArbitraryDieRoller and IDieRoller,
I also have an adapter Adapter : IDieRoller. The adapter resolves a single IDieRoller.
I want to resolve IEnumerable<IDieRoller>
I want to Register a collection of Adapters, one for each implementation of IDieRoller.
Can't figure this bad boy out at the moment and seems like a problem you would love to solve.