System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: eefa4313ea941178755b8a52598fea7802a28bc6
Title: System.Data.SQLite.dll not copied to output directory
Status: Closed Type: Incident
Severity: Minor Priority: Blocker
Subsystem: Build_AndOr_Projects Resolution: Under_Review
Last Modified: 2018-12-16 19:31:39
Version Found In: 1.0.109.1
User Comments:
anonymous added on 2018-09-06 12:05:21: (text/x-fossil-plain)
I'm using the System.Data.SQLite.Core Nuget package.

After upgrading from 1.0.108 to the latest version (1.0.109.1) the System.Data.SQLite.dll file is not being copied to the output folder when I build my app.

This causes the following error when running my app: "Could not load file or assembly 'System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The system cannot find the file specified."

If I rollback to version 1.0.108 it copies the file correctly and the app runs fine.


Also there's something strange in Nuget: the package "System.Data.SQLite.Core" does not have any version history. 
It is as if the only version that ever existed is the 1.0.109.1. 
I've had to manually edit my csproj file to be able to rollback to version 1.0.108.

mistachkin added on 2018-09-07 04:00:03: (text/x-fossil-plain)
Which version of the .NET Framework (and MSBuild?) are you running?

Which version of Visual Studio?