Dolfik1/Mappy

Multiple identifiers aka Composite keys don't group correctly

NunoRamos1994 opened this issue · 1 comments

In the file MappingContext.cs you have change the group logic, in line 240 you use the method GetHashCode of IdentifierComparer.cs, on that method on line 83 the HashCode.CombineHashCodes(hc, hashCode) return value isn't assigned to the hashCode variable.

Thank you for issue. I've fixed composite keys bug and also possible hash collisions bug.