Revision: 71083
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 11, 2017 20:56 by imbraz
Initial Code
[assembly: InternalsVisibleTo("MyProjectUnitTests")]
Initial URL
Initial Description
Add this to the AssemblyInfo.cs file to make the internals visible to (e.g.) a unit test project.
Initial Title
Unit tests - making internals visible to a separate unit tests prpoject
Initial Tags
Initial Language
C#