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:
While comparing two dictionaries, it isn't easy to identify what is the item that contains difference if the item key isn't exposed.
Solution proposal:
While using dictionaries, the Key property could be used as MemberPath in order to identify the item like the Property Name does for any complex object.
The text was updated successfully, but these errors were encountered:
I just realized that we have support for ExpandoObject which is an implementation of IDictionary<string, object>...
So, it should be straight forward to bring such functionality for regular generic dictionaries as well
Issue:
While comparing two dictionaries, it isn't easy to identify what is the item that contains difference if the item key isn't exposed.
Solution proposal:
While using dictionaries, the Key property could be used as MemberPath in order to identify the item like the Property Name does for any complex object.
The text was updated successfully, but these errors were encountered: