We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49a0d2 commit 4f14dd3Copy full SHA for 4f14dd3
UnitsNet/Properties/AssemblyInfo.cs
@@ -22,6 +22,7 @@
22
using System;
23
using System.Reflection;
24
using System.Resources;
25
+using System.Runtime.CompilerServices;
26
27
// General Information about an assembly is controlled through the following
28
// set of attributes. Change these attribute values to modify the information
@@ -37,6 +38,9 @@
37
38
[assembly: AssemblyCulture("")]
39
[assembly: NeutralResourcesLanguage("")]
40
[assembly: CLSCompliant(true)]
41
+
42
+// Give access to internal members for testing
43
+[assembly: InternalsVisibleTo("UnitsNet.Tests")]
44
// Version information for an assembly consists of the following four values:
45
//
46
// Major Version
0 commit comments