Skip to content

Commit 7e706f6

Browse files
committed
Added InternalsVisibleTo Attribute to make the internals visible to the unit test project.
1 parent fac2723 commit 7e706f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQLite.CodeFirst/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
[assembly: AssemblyCopyright("Copyright © Marc Sallin")]
1111
[assembly: AssemblyCompany("Marc Sallin")]
1212

13+
[assembly: InternalsVisibleTo("SQLite.CodeFirst.Test", AllInternalsVisible = true)]
14+
1315
// Setting ComVisible to false makes the types in this assembly not visible
1416
// to COM components. If you need to access a type in this assembly from
1517
// COM, set the ComVisible attribute to true on that type.

0 commit comments

Comments
 (0)