Eric Sink
Eric Sink
All the LLVMSharp.API stuff was removed in commit bc6c79b4e418a82514a99d6885ad43e21bbd55cc back in June. I've been looking around trying to find discussion around this change, but I'm not seeing it. Does anyone...
The function pointer providers have support for 32-bit Windows calling conventions, but that version is currently selected by TFM, not by RID. So, if you want to use 32 bit...
Currently this doesn't work. Error message something about hostfxr.dll not found.
Copied and pasted from a comment on #154 by @natemcmaster: Don't rely on `"$(OS)"` to determine if you are building for windows. With the .NET Core CLI, you can build...
SQLite 3.45
The 3.45 release of SQLite is imminent. Approximately a week after its release I plan to upgrade the `e_sqlite3` builds for the current main branch. The branch with Xamarin classic...
I've got a new branch `no-xamarin` which removes support for the legacy/Xamarin mobile platforms. Android and iOS are still supported with `net6.0` and up. For now, this is a branch,...
I opened the package `SQLitePCLRaw.bundle_e_sqlite3mc` in the NuGet package explorer (see screenshot below) and there are 3 items flagged as missing. However, I don't know how important it is to...
In my [SQLite3MultipleCiphers-NuGet](https://github.com/utelle/SQLite3MultipleCiphers-NuGet) @bricelam made quite some effort to 1. Add information about the used versions of _SQLite3 Multiple Ciphers_ and _SQLite_ to the package description automatically 2. Verify in...
In tests/tests_xunit.cs, there are a couple of tests which use encryption with sqlcipher. We need to copy these tests and adapt for sqlite3mc.