Peter Vermeulen
Peter Vermeulen
@imarcu not sure if you're still looking for an answer to this. I've seen similar issues with .net core and used the following workaround method to get the certificate working:...
@torhovland forgot to mention: this can be merged separately from my other PR (#15) If you need more info about this or have any remarks, feel free to let me...
@praeclarum is there any chance this will be merged at some point? Using the latest sqlite-net with release builds for Xamarin.iOS is basically broken at the moment (which is a...
What you can also do, if you still want to let the linker do it's thing on your own assembly, is use a PreserveAttribute on your table class (with preserve...
It's not even always a real locking issue that cause this, but a more fundamental 'issue'. The RunInTransaction uses sqlite savepoints internally. Sqlite savepoints can be nested, so it's allowed...