System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: b8f4539b4dc4715fb8867ef8c4422b9c1ee0b9d4
Title: SQLite.Interop.dll is being removed after rebuild->build
Status: Closed Type: Incident
Severity: Minor Priority: Blocker
Subsystem: Build_AndOr_Projects Resolution: Unable_To_Reproduce
Last Modified: 2018-12-16 19:31:56
Version Found In: 1.0.109.2
User Comments:
anonymous added on 2018-11-30 06:03:04:
I have 2 projects: X.SQL which uses SQLite, and Y - a console app, which uses X.SQL. When I build Y, interop files are copied to Y\bin\debug\x86 and Y\bin\debug\x64 folders, as expected. If I build again, interop files are removed, which should not happen. 
Please notice that they are not removed from X.SQL\bin\debug\x86(x64)

Steps to reproduce:
1. Create project X.SQL, install System.data.SQLite from Nuget
2. Create Y, add reference X.SQL
3. Build/Rebuild
4. Build/Run. interop files vanishes from Y
Any solution?

mistachkin added on 2018-12-04 21:06:32:
I'm not sure why this would be happening.  Are you able to provide build logs?