simpleinjector / Documentation

Documentation for Simple Injector in reStructureText
20 stars 55 forks source link

Add context-based example that uses parent's parent type #87

Closed dotnetjunkie closed 5 years ago

dotnetjunkie commented 5 years ago

Simple Injector does not support looking at the Consumer's Consumer when doing context-based injection. The docs however dont explain why this limitation exists and how to work around this.

Example: https://stackoverflow.com/q/53815493/264697