Acoustic
unread,Dec 14, 2009, 7:31:59 PM12/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to structuremap-users
Is there any way with StructureMap 2.5.2+ to, within a Registry, use
the Scan method with default conventions and then further use
EnrichWith for specific interface types?
I have a number of interfaces across a couple assemblies, so scanning
helps keep the code nice and concise. I'd like to be able to scan for
the default convention, and then pick out a few specific interfaces to
enrich with a dynamic proxy (a-la Castle).
Any help would be greatly appreciated!