System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: 409bf4856033bbe218594402dc2ea2636487af82
Ticket: b2c278db3884e37ebda76aeac4ebe8dd45884f8e
Interop files missing during Post-build event (SDK style csproj)
User & Date: anonymous 2019-08-14 15:48:42
Changes

  1. icomment:
    The issue is not related to PackageReference vs packages.conf. With old-style project files, both ways to reference NuGet packages work.
    
    By default only .Net Standard and .Net Core projects use this file format. Since System.Data.SQLite.Core 1.0.110 the build folder in the NuGet package no longer contains a targets file for netstandard2.0 (it did exist in 1.0.109).
    
    It looks like this is more of an edge case that might not be officially supported. I have therefore reduced the severity to "Minor".
    
    Workaround for me is to use the old project file format.
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"
  4. severity changed to: "Minor"
  5. title changed to:
    Interop files missing during Post-build event (SDK style csproj)
    
  6. type changed to: "Packaging"