Does MS PnP Unity Scan for Assemblies Like StructureMap?

Posted by rasx on Stack Overflow See other posts from Stack Overflow or by rasx
Published on 2009-11-20T08:34:51Z Indexed on 2010/03/23 18:33 UTC
Read the original article Hit count: 380

Filed under:
|
|

In Using StructureMap 2.5 to scan all assemblies in a folder, we can see that StructureMap uses AssembliesFromPath() to explicitly look for types to resolve. What is the equivalent of this in Microsoft Unity? Because Unity is such a generic term, searching for documents about this online is not that easy.

Update: Unity has something called an Assembly Matching Rule but its description does not communicate to me that it scans folders.

© Stack Overflow or respective owner

Related posts about structuremap

Related posts about unity