A third required argument (object key) was added between versions 1.4.118 and 1.5.231 to SQLiteConnectionString ctor so this breaks libraries which tried to use it.
Btw. I mention that in all other ctors (SQLiteConnection, SQLiteAsyncConnection) it is added as optional (object key = null).
Ah, it was this commit, which changes the ctors. But why is the SQLiteConnectionString the only, where key not defaults to null?
Yes, this was a mistake. Sorry for the trouble. I'll work on it this week.
@praeclarum Do you already know the date, when this bugfix will be released?
I have a fix in place and will release a beta today. If it looks good, I'll do a full release.
I can confirm that it's back in 1.6:
https://www.fuget.org/packages/sqlite-net-pcl/1.6.249-beta/lib/netstandard1.1/diff/1.4.118/
@praeclarum Any idea when 1.6 will be released? Currently users of my library experience a runtime error when upgrading the packages to the latest version, which is something do most of the time.
Most helpful comment
@praeclarum Any idea when 1.6 will be released? Currently users of my library experience a runtime error when upgrading the packages to the latest version, which is something do most of the time.