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 fac2723 commit 7e706f6Copy full SHA for 7e706f6
SQLite.CodeFirst/Properties/AssemblyInfo.cs
@@ -10,6 +10,8 @@
10
[assembly: AssemblyCopyright("Copyright © Marc Sallin")]
11
[assembly: AssemblyCompany("Marc Sallin")]
12
13
+[assembly: InternalsVisibleTo("SQLite.CodeFirst.Test", AllInternalsVisible = true)]
14
+
15
// Setting ComVisible to false makes the types in this assembly not visible
16
// to COM components. If you need to access a type in this assembly from
17
// COM, set the ComVisible attribute to true on that type.
0 commit comments