entry.OriginalValues.SetValues swallows error #22968
Labels
area-change-tracking
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
SetValues
has a signature ofDictionary<string, object>
its perfectly fine to send in
new Dictionary<string, TProperty>
but it will not update the original value correctly. So no concurrency error will trigger when saving. Since compiler does not complain you should throw some kind of runtime here to save on debugging for developers.Thanks
The text was updated successfully, but these errors were encountered: