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
This used to work: read-only properties were ignored (like the Something on the model) which are not being ignored anymore.
I already fixed by adding explicit Ignore() into those. However, was this an intentionally introduced breaking change or just a side effect of something else?
The text was updated successfully, but these errors were encountered:
Affected version:
1.7.0
(this works with1.6.3
).Consider the
POCO
:And its corresponding map:
This used to work: read-only properties were ignored (like the
Something
on the model) which are not being ignored anymore.I already fixed by adding explicit
Ignore()
into those. However, was this an intentionally introduced breaking change or just a side effect of something else?The text was updated successfully, but these errors were encountered: