System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 428255414043ec09dac393a299fadc32b1e237bc
Title: nuget: sqlite package doesn't play nice with paket
Status: Closed Type: Packaging
Severity: Severe Priority: Medium
Subsystem: NuGetPackage Resolution: External_Bug
Last Modified: 2016-12-06 22:53:35
Version Found In: 3.13.0
User Comments:
anonymous added on 2016-11-17 15:25:50: (text/x-fossil-plain)
This nuget package
    https://www.nuget.org/packages/sqlite/

Does not play nice with this package downloader
     https://fsprojects.github.io/Paket/

Because this file
     sqlite\build\net45\SQLite.props

contains conditions like this:
    (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config'))

which rely upon working with nuget.exe. Projects that use paket do not have these files on purpose. I suggest either removing the condition altogether or adding check for the "paket.dependencies" file.

Workaround: have packages.config file included with explanation text

mistachkin added on 2016-12-06 22:53:35: (text/x-fossil-plain)
This issue does not apply to this project.  The issue tracker for the "sqlite" NuGet package is here:

https://github.com/natemcmaster/libsqlite3-package