Skip to content

Instantly share code, notes, and snippets.

@GregTrevellick
Last active January 12, 2020 07:00
Show Gist options
  • Save GregTrevellick/33765c0f7c536927c037b7d3d2486fcf to your computer and use it in GitHub Desktop.
Save GregTrevellick/33765c0f7c536927c037b7d3d2486fcf to your computer and use it in GitHub Desktop.
InternalsVisibleTo
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