vote up 0 vote down star

I have a ever growing project using StructureMap as the IOC container. I am trying to reduce the amount of code in the StructureMap registries by using the auto-registration with Scan(). As I make changes is there an easy way to dump the current container to the console so i can see if the changes have done what I expected?

flag

Exactly what I needed. Don't know how I missed that one. – Nic Strong Aug 4 at 1:15

1 Answer

vote up 2 vote down check

From memory I think this will do it:

ObjectFactory.WhatDoIHave
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.