System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 1b3f42cfc5030095ad089fdf5fdc18e4cf861f5a
Title: Failing Windows App Cert Kit
Status: Deferred Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Native_Assembly Resolution: Under_Review
Last Modified: 2019-03-22 01:33:58
Version Found In: 1.0.109.2
User Comments:
anonymous added on 2019-03-21 21:33:16: (text/x-fossil-plain)
A UWP Kit, which contains this API fails the Windows App Cert Kit Test for UWP Store Apps.

https://stackoverflow.com/questions/55261652/uwp-app-cert-wack-failed-because-sqlite-interop-dll

mistachkin added on 2019-03-22 01:33:58: (text/x-fossil-plain)
The native interop assembly is not compiled for UWP.  It is designed to make use
of Win32.

It should be possible to compile it for UWP (e.g. by omitting certain features)
and using the right compiler options. I will look into this for the next release.

Changing to feature request.