Last active
January 12, 2020 07:00
-
-
Save GregTrevellick/33765c0f7c536927c037b7d3d2486fcf to your computer and use it in GitHub Desktop.
InternalsVisibleTo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Runtime.CompilerServices; | |
[assembly: InternalsVisibleTo("UnitTests")] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment