Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
2,998 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I install from Nuget packages SQLite.UWP.Native, next i try to write declaration"
using SQLite.UWP.Native;
VS highlights this declaration as error.
What am I doing wrong? How to use this package in UWP
You can use Microsoft.EntityFrameworkCore.Sqlite to operate SQLite for UWP Apps.
Install-Package Microsoft.EntityFrameworkCore.Sqlite
FYI:
https://learn.microsoft.com/en-us/ef/core/get-started/?tabs=netcore-cli
https://learn.microsoft.com/en-us/ef/core/providers/sqlite/limitations