question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to Microsoft.EntityFrameworkCore.Sqlite 1.1.0 broke app complaince with WACK

See original GitHub issue

Edited by @rowanmiller 11-29-2016

We are shipping a fix for this, but if you hit the issue in the meantime, you can install NuGet 3.5 to resolve the issue http://blog.nuget.org/20161027/Announcing-NuGet-3.5-RTM.html.


Steps to reproduce

Build an app that exists of 3 projects

  • the app
  • winmd component with background task
  • class library to share code between the to other projects

Reference Microsoft.EntityFrameworkCore.Sqlite 1.1.0 in your class library. Run wack tool

The issue

Wack tool will report that the SQLite that is been dragged in by Microsoft.EntityFrameworkCore.Sqlite is not valid for use in UWP. Unallowed api calls to windows.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
natemcmastercommented, Nov 28, 2016

It looks like changing the SQLite package won’t make a difference. minClientVersion isn’t respected by installation by NuGet 3.4.4 on UWP projects. cref https://github.com/NuGet/Home/issues/942.

0reactions
rowanmillercommented, Jan 18, 2017

Closing as we are concerned about unknown side effects of this for various project types etc. NuGet 3.5 will become more widely adopted in the near future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breaking changes included in EF Core 3.x
Complete list of breaking changes introduced in Entity Framework Core 3.x.
Read more >
SQLite EF Core Database Provider
This database provider allows Entity Framework Core to be used with SQLite. The provider is maintained as part of the Entity Framework Core...
Read more >
Update to SQLitePCL.raw 1.1.12 · Issue #14212
3 with Microsoft.EntityFrameworkCore.Sqlite 2.2.3, and when I create my database, and query it with 'select sqlite_version()', in SQLite Studio, ...
Read more >
SQLite in ASP.NET Core with EntityFrameworkCore
The specified framework 'Microsoft.NETCore.App', version '1.1.0' was not found. So now it needs 1.1.0 -- the yo aspnet generator breaks backward ...
Read more >
Microsoft.EntityFrameworkCore.Sqlite 7.0.10
Version Downloads Last updated 8.0.0‑preview.7.23375.4 2,449 12 days ago 8.0.0‑preview.6.23329.4 9,013 a month ago 8.0.0‑preview.5.23280.1 10,359 2 months ago
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found