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
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.
The text was updated successfully, but these errors were encountered:
AlexEngblom
changed the title
Ignored properties with JSON attribute are getting cause issues
Ignored properties with JSON attribute are causing issues
Jun 22, 2019
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.
The text was updated successfully, but these errors were encountered: