System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: c0141d7096d9bd42dce16517368ac7ba68214a12
Title: Wrong nuget packaging
Status: Closed Type: Packaging
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Need_More_Info
Last Modified: 2015-05-16 02:30:08
Version Found In: Latest of today
User Comments:
anonymous added on 2015-05-13 13:23:37: (text/x-fossil-plain)
System.Data.SQLite.EF6 provides data provider which may be used by other ORMs and stanalone. Provider factory should not depend on EF and be reusable.
E.g. if I want to use EntLib Data Access Block. 

I suggest provider not to be tied to EF and put with main SQLite dll.
Having name default config name   System.Data.SQLiteClient  like for SQL Server System.Data.SqlClient.

mistachkin added on 2015-05-13 16:14:40: (text/x-fossil-plain)
I disagree.  The EF6 NuGet package contains an assembly linked to the EF6
reference assemblies.

Maybe I'm not fully understanding the issue?  However, I do not see a problem
here.