Upgrade to Microsoft.EntityFrameworkCore.Sqlite 1.1.0 broke app complaince with WACK
See original GitHub issueEdited 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:
- Created 7 years ago
- Comments:21 (20 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.