System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 23beb2ab2044576943b0eb52d2b77e51debabd45
Title: Nuget package depends faultly on EF
Status: Closed Type: Packaging
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Works_As_Designed
Last Modified: 2018-01-24 16:39:59
Version Found In: 1.0.106
User Comments:
anonymous added on 2018-01-04 15:02:49:
The package https://www.nuget.org/packages/System.Data.SQLite/
depends on 
System.Data.SQLite.EF6
wich depend on Entityframework.

I don't use, nor do I want to use, nor do I have to use Entityframework in my application.
Could you remove this dependency?  
This package should not depend on the entity framework.   
If I choose to use EntityFramework, I should be able to do so by adding   System.Data.SQLite.EF6 manually.      

System.Data.SQLite.EF6 should have System.Data.SQLite as dependency, not the other way around.

mistachkin added on 2018-01-24 16:39:59:
Please use the "System.Data.SQLite.Core" package.  It is self-contained and does
not rely on LINQ and/or EF6.  If you still want LINQ, you can also refer to the
"System.Data.SQLite.Linq" package.