Skip to content

Commit 3ec1c1a

Browse files
committed
Internals visible to tests
1 parent 01d040a commit 3ec1c1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Platforms/Common/DelegatesAssemblyInfo.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// --------------------------------------------------------------------------------------------------------------------
66

77
using System.Reflection;
8+
using System.Runtime.CompilerServices;
89

910
[assembly: AssemblyTitle("Delegates")]
10-
[assembly: AssemblyProduct("Delegates")]
11+
[assembly: AssemblyProduct("Delegates")]
12+
[assembly: InternalsVisibleTo("DelegatesTest")]

0 commit comments

Comments
 (0)