Eric Sink

Results 491 comments of Eric Sink

Hopefully this was fixed in 2.1.10, which was released today.

When using mono, it may be necessary to manually copy the native library into the proper place (like your build output directory).

There are two possibilities: 1. It can't find the file 2. It can't find a dependency of the file I wonder about the difference between `e_sqlite3.so` and `libe_sqlite3.so` on your...

Could this be an LD_LIBRARY_PATH problem?

Actually that probably doesn't make sense.

Ooops -- just noticed the question from @sjlombardo that I failed to see earlier. But the answer is that I don't know. I know little (maybe nothing) about hot restart....

This change has been made in the no-xamarin branch, but I haven't fully switched over to that yet.

A provider implements `ISQLite3Provider`, which is defined in isqlite3.cs. The providers in this tree are all similar enough that they are all generated from the same t4 template. As a...