Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Incorrect native library imported to UWP apps when Microsoft.Data.Sqlite is a transitive dependency #245

@natemcmaster

Description

@natemcmaster
Uwp.App/
     Depends on Uwp.Model
Uwp.Model/
     Depends on Microsoft.Data.Sqlite

When building appx packages for uwp.app, sqlite3.dll for win32, not winrt, is included in the build output.

Workaround

Explicitly add Microsoft.Data.Sqlite as a dependency of Uwp.App

  "dependencies": {
    "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
    "Microsoft.Data.Sqlite": "1.0.0-*"
  }

Root cause of dotnet/efcore#5069. Hopefully we can resolve this with a solution for #237

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions