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

Ignored properties with JSON attribute are causing issues #7

Closed
AlexEngblom opened this issue Jun 22, 2019 · 0 comments
Closed

Ignored properties with JSON attribute are causing issues #7

AlexEngblom opened this issue Jun 22, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@AlexEngblom
Copy link
Member

Issue appeared after moving to use clr-types for initializing json properties without explicit entity.Property(...) calls (issue #2 ). Since call to builder.AddJsonFields initializes properties besides their valueconverters, we should filter out properties that are marked as ignored. Otherwise it will result in failed model state.

@AlexEngblom AlexEngblom changed the title Ignored properties with JSON attribute are getting cause issues Ignored properties with JSON attribute are causing issues Jun 22, 2019
@AlexEngblom AlexEngblom self-assigned this Jun 22, 2019
@AlexEngblom AlexEngblom added the bug Something isn't working label Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant