System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 5319cf594a070d4a67465d5875fe0e01e7090c53
Title: nuget package of version 1.0.94 does not copy interop to output directory
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Need_More_Info
Last Modified: 2014-10-14 16:40:42
Version Found In: 1.0.94
User Comments:
anonymous added on 2014-10-06 09:35:39: (text/x-fossil-plain)
as far as i can see:

1. in version 1.0.92 the install script works fine
2. in version 1.0.94 the install script is missing, so interop dll is never copied to output folder and solution folder x86/x64 is missing (compared to version 1.0.92)

-> set "copy always" manual does temporiraly the job

by the way: auto-update of sqlite package is nerving feature in this case

mistachkin added on 2014-10-06 17:21:42: (text/x-fossil-plain)
The new NuGet packages use an MSBuild targets file to copy the necessary files
to the output directory.  Is the "System.Data.SQLite.Core.targets" MSBuild targets
file being used in your project?  Is it generating an error of some kind?

mistachkin added on 2014-10-14 16:40:42: (text/x-fossil-plain)
Not enough information.