-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.8.0-beta - System.ArgumentException: method arguments are incompatible #1048
Comments
@praeclarum |
Minimal reproduction sample:
|
Thank you @tranb3r for this fix. This is an interesting one... the nullable design strikes again. |
Thanks @inforithmics for the fix !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an exception when using the new version sqlite-net-pcl 1.8.0-beta with SqliteNetExtensions
This issue has been introduced in 1.8.0-beta with PR #902 (Fast Column Setters)
I've created a simple repro project, with 2 applications:
With sqlite-net-pcl 1.8.0-beta, there is an exception on both environments:
System.ArgumentException: method arguments are incompatible
System.ArgumentException: Cannot bind to the target method because its signature is not compatible with that of the delegate type
No error with 1.7.335.
The code for the test is in TestClass.cs in the shared lib (TestSqliteNet).
It uses sqlite-net-pcl and SQLiteNetExtensions ; no need for sqlcipher nor async api.
TestSqliteNet.zip
The text was updated successfully, but these errors were encountered: