/ Published in: C#
Add this to the AssemblyInfo.cs file to make the internals visible to (e.g.) a unit test project.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
[assembly: InternalsVisibleTo("MyProjectUnitTests")]