How to merge your referenced assemblies into the output assembly for improved usability
Posted
by Daniel Cazzulino
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by Daniel Cazzulino
Published on Thu, 11 Mar 2010 18:24:36 GMT
Indexed on
2010/03/11
18:29 UTC
Read the original article
Hit count: 542
.NET
|All Technology
Something we've been doing in moq since the very beginning is to have a single assembly as output: Moq.dll. This reduces the clutter for users and lets them focus on what they need from our library, rather than getting the noise of whatever third-party (or internal) libraries we use to implement it.
This is good from the deployment point of view too, and if all your libraries are actually internal infrastructure assemblies, you can even make them all internal types of your output assembly....
© ASP.net Weblogs or respective owner