We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fea4d commit 3e4e880Copy full SHA for 3e4e880
1 file changed
Asn1Parser/Properties/AssemblyInfo.cs
@@ -1,4 +1,5 @@
1
using System.Reflection;
2
+using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4
5
// General Information about an assembly is controlled through the following
@@ -20,6 +21,7 @@
20
21
22
// The following GUID is for the ID of the typelib if this project is exposed to COM
23
[assembly: Guid("1b472f7a-4af5-45bf-aa38-4b7b35f63543")]
24
+[assembly: InternalsVisibleTo("Asn1Parser.Tests")]
25
26
// Version information for an assembly consists of the following four values:
27
//
0 commit comments