saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

SQLite.Interop.dll in v5.5.0 #42

Open sylverbee opened 1 year ago

sylverbee commented 1 year ago

I use Serilog.Sinks.SQLite 5.5.0 in an UWP project. All submissions are rejected due to a fail in WACK. This version calls SQLite.Interop.dll that is not supported in UWP. If I use version 5.0.0, it's fine.

Any solution?