System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 6c17fc8ae71bbb7bf06c79962281bc2fa149e499
Title: Clean target doesn't work correctly
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Works_As_Designed
Last Modified: 2016-08-25 00:52:42
Version Found In: 1.0.99
User Comments:
anonymous added on 2016-02-18 14:46:42: (text/x-fossil-plain)
In a big solution when you end up with a nunit projects dependeing on another nunit project. 
When you run a rebuild, the dependency is being resolved so a project normally enforces a rebuild on the one it depends on. This is ugly because the clean target from this package ends up being called (and it passes -when ou have an nunit project- so the binaries are deleted).
Just removing the "CleanSQLiteInteropFiles" target should solve the issue.

mistachkin added on 2016-08-25 00:52:42: (text/x-fossil-plain)
There is a supported workaround:

Set the MSBuild property "CleanSQLiteInteropFiles" to the string literal "false" (without the surrounding double quotes).