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.
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.