Eric Sink
Eric Sink
I get the (presumably) same crash in a "classic" Xamarin.Mac app (no .NET6) - same stack trace. ``` System.DllNotFoundException has been thrown e_sqlite3 assembly: type: member:(null) ``` I've reported this...
During the net6.0 workload changes, I found a situation where the build failed on Mac due to what appeared to be an external bug. Not too surprising as all that...
People keep adding more than one SQLitePCLRaw bundle. Maybe we can put a targets file in the bundle packages that contains msbuild stuff to detect this case and give a...
@ericsink Would it be possible to add `sqlite3_load_extension` to SQLitePCLRaw? _Originally posted by @bricelam in https://github.com/dotnet/efcore/issues/26220#issuecomment-947093883_
The build script cannot run on Linux because of the iOS stuff. But we still need to be able to run tests on Linux. Somehow, handwave, mumble, get the artifacts...
This shouldn't be needed anymore.
I want the new CI/CD actions to be able to publish the resulting nuget packages. But not every time. I don't know much about actions yet. Maybe a separate action...
@sebastienros That's a separate issue. `hook_handle.ForDispose()` prevents instances created to represent null from getting disposed. The solution is to delete `hook_handle.ForDispose()` since it's unnecessary (disposing of a null/invalid `SafeHandle` is...
Hi, Have you benchmarked the performance impact of the new `Provider` property? Hopefully, the compiler optimizes it to the point that it is the same as the field `_imp`... https://github.com/ericsink/SQLitePCL.raw/blob/15e82d3728019fcbc7467ae34d63f95f6c7bcb38/src/SQLitePCLRaw.core/raw.cs#L70...