The "Build Plan" visualization -- your IoC container can't do *this*!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the shallow representation | |
PluginType: StructureMap.Testing.Blogposts.Diagnostics.DeviceUserUser | |
Lifecycle: Transient | |
new DeviceUserUser(DeviceUser) | |
┗ DeviceUser = **Default** | |
This is the recursive representation | |
PluginType: StructureMap.Testing.Blogposts.Diagnostics.DeviceUserUser | |
Lifecycle: Transient | |
new DeviceUserUser(DeviceUser) | |
┗ DeviceUser = **Default** | |
| PluginType: StructureMap.Testing.Blogposts.Diagnostics.DeviceUser | |
| Lifecycle: Transient | |
| new DeviceUser(IDevice) | |
| ┗ IDevice = **Default** | |
| | PluginType: StructureMap.Testing.Blogposts.Diagnostics.IDevice | |
| | Lifecycle: Transient | |
| | Decorator --> Decorator of type StructureMap.Testing.Blogposts.Diagnostics.BadDecorator | |
| | new BadDecorator(IDevice) | |
| | ┗ IDevice = The inner IDevice | |
| | new ADevice() | |
| | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment