See:
OwnedEntity_nested_one_level_collection_match
OwnedEntity_nested_one_level_collection_not_match
These tests are using entity equality, which is not supported, but were previously passing anyway. Now I get, "System.NotSupportedException
Entity to entity comparison is not supported. Compare 'Location' entities by unique fields instead," which is what I was expecting to get anyway!
- is fixed by
-
EF-202 Allow direct entity comparison
-
- In Code Review
-