Is there an equivalent xml configuration for StructureMap's Registry DSL configuration:
ForRequestedType
<T
>().TheDefaultIsConcreteType<T
>();
There is some limited documentation around Structure Map's XML Configuration on the SM site, but I have yet to get any XML configuration items to override Registry DSL entries. Is there a way to even do this?