You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using version 1.4.118, When creating a table for a sub-class that has a List property with an Ignore attribute, the error 'Don't know about List' is thrown.
This list originally came from a base class, and is subsequently overridden in the child class in order to decorate it with the [Ignore] attribute (the base class isn't exposed to SQLite reference dependency).
The text was updated successfully, but these errors were encountered:
This is the same as the following bug, which was never fixed. The only way to fix it so far has been to downgrade to 1.3.2. Praying that this will be fixed at some point...
By manually traversing the object hierarchy, we can ensure all [Ignore] attributes, and attributes the derived from [IgnoreAttribute] are found.
Fixespraeclarum#1010Fixespraeclarum#661Fixespraeclarum#656
Using version 1.4.118, When creating a table for a sub-class that has a List property with an Ignore attribute, the error 'Don't know about List' is thrown.
This list originally came from a base class, and is subsequently overridden in the child class in order to decorate it with the [Ignore] attribute (the base class isn't exposed to SQLite reference dependency).
The text was updated successfully, but these errors were encountered: