Hi Tim,
yes it is about the StructureMap AutoFactory CreateFactory() extension
method.
Your described way for lists is possible, but I would like to have the
possibilities like in CastleWindsor.
There the factory method signature is analyzed and with those meta
information the type will be resolved.
The list feature is easy to implement. But I don't know how I can add
the With functionality for methods like "IPresenter<IMainView>
Create(ViewModel model)"
I hope someone could help me to implement this feature into the
IContext , then I would adjust the AutoFactory.