Skip to content

Instantly share code, notes, and snippets.

@aspyct
Created March 29, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspyct/662c91c9c9a4601ce6138dd5fce4ce0a to your computer and use it in GitHub Desktop.
Save aspyct/662c91c9c9a4601ce6138dd5fce4ce0a to your computer and use it in GitHub Desktop.
Show internal classes to the test assembly
// Note: this also works for netstandard libraries. Just create the file and compile it.
using System.Runtime.CompilerServices;
[assembly:InternalsVisibleTo("NightOut.Core.Test")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment