0
kicks
StructureMap and the Singleton Scenario
StructureMap is a great DI tool but in using it I have discovered an interesting shortfall. It would appear that even transient or "Per-Request" objects are only ever created once per declarative request thus having the effect of making everything singleton-ish.