Skip to content
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

Use IsDefined to check for IgnoreAttribute #559

Merged
merged 1 commit into from
Jun 14, 2017

Conversation

leonluc-dev
Copy link
Contributor

See #558

@praeclarum
Copy link
Owner

Ah, interesting! I never would have guessed people were using inherited attributes. Thanks for the fix!

@praeclarum praeclarum merged commit 199b8df into praeclarum:master Jun 14, 2017
@leonluc-dev
Copy link
Contributor Author

It is not a very common use case for normal use, indeed.
It is mostly commonly used with custom property behaviour and extension frameworks. (Ex: https://bitbucket.org/twincoders/sqlite-net-extensions )
To implement their extension code for only certain attributes, the libraries inherit from the ignore attribute to make sure the default sqlite-net code isnt executed for those properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants