Joined May 2011
·

Troy Goode

CTO at Lanetix
·
San Francisco, CA
·
·
·

Also take a look at [InternalsVisibleTo], which lets you use the same technique you've discovered but also extend it to certain select assemblies (useful for when you don't want your unit tests in the same assembly as your "real" code):

http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.internalsvisibletoattribute.aspx

Achievements
190 Karma
0 Total ProTip Views