System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: abf2be8a2390e315e5d8cb526f389b2d315a0145
Title: do not depend on specific EF6 version (ex: 6.1.2)
Status: Closed Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Fixed
Last Modified: 2015-06-15 20:28:12
Version Found In: 1.0.96.0
User Comments:
anonymous added on 2015-03-18 10:43:54: (text/x-fossil-plain)
Please only depend your NuGet packages on EntityFramework ≥ 6.0 (or 6.1) : All versions use 6.0.0.0 for the assembly version so there is no need for BindingRedirects because the linker sees no difference between 6.1.0 or 6.1.2.

I personally can't use EF 6.1.2 because queries which perfectly execute with 6.0, 6.1.0 and 6.1.1 throw "apply joins not supported" exceptions using 6.1.2.

So please don't depend package System.Data.SQLite.EF6 on EntityFramework ≥ 6.1.2.0.

mistachkin added on 2015-03-18 15:10:44: (text/x-fossil-plain)
Will consider this for the next release.

mistachkin added on 2015-04-03 01:25:21: (text/x-fossil-plain)
This is still under review for the next release.  The necessary changes are on
the [/timeline?r=tkt-abf2be8a23] branch.

mistachkin added on 2015-05-16 02:29:08: (text/x-fossil-plain)
Fixed on trunk via check-in [a58c97761a].  Changes will appear in 1.0.97.0.

mistachkin added on 2015-06-15 20:28:12: (text/x-fossil-plain)
It should be noted that getting the latest version appears to require the
following command to be executed in the "Package Manager Console" window
after installing the System.Data.SQLite packages:

    Update-Package EntityFramework