-
-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Library does not work on Xamari.iOS #367
Comments
SQLite does not use ObjectReaderEx at all, for which DataTable was alternative. |
My solution was removing the FastMember reference completely and changing the TypeAccessor to the type.
That way I was able to use it in my Xamarin.Forms project. I suppose removing the reference would not have been necessary, but it was the fastest way to find all usages. |
That was the idea, I see you have already implemented it. |
FastMember dependency is now removed. |
The option with UseOnlyDataTable does not work on SQLite.
On Xamarin.iOS one usually uses SQLite. The SQLite path uses FastMember no matter what. The way without fastmember is only included on SQL Server. So the cominbation Xamarin.iOS and SQLite does not work.
Originally posted by @MartinLeist in #320 (comment)
The text was updated successfully, but these errors were encountered: