serilog / serilog-sinks-file

Write Serilog events to files in text and JSON formats, optionally rolling on time or size
Apache License 2.0
333 stars 117 forks source link

SQLite.Interop.dll in Serilog.Sinks.SQLite 5.5.0 #271

Closed sylverbee closed 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?

augustoproiete commented 1 year ago

Hi @sylverbee this is not the repo for Serilog.Sinks.SQLite. I see you posted on the correct repo already https://github.com/saleem-mirza/serilog-sinks-sqlite/issues/42