1

Is it possible to get type of target (consumer) of the resolved instance while registration? Basically something like this: Determine the target type for a dependency during resolution but for dryioc.

raV720
  • 564
  • 3
  • 27

1 Answers1

1

Here is the example from the DryIoc docs: https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/ExamplesContextBasedResolution.md#log4net-logger

dadhi
  • 4,807
  • 19
  • 25