From ad50959baca535fc45dda164f523f5d0d4995721 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 28 May 2020 20:38:59 -0500 Subject: [PATCH] make internal classes visible to tests --- treasurechest/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 treasurechest/AssemblyInfo.cs diff --git a/treasurechest/AssemblyInfo.cs b/treasurechest/AssemblyInfo.cs new file mode 100644 index 0000000..9506404 --- /dev/null +++ b/treasurechest/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; + +[assembly:InternalsVisibleTo("tests")]