Skip to content

Enhancement: Use the HashCode.Combine() method in all Hashcode generations. #1031

@mikependon

Description

@mikependon

In RepoDB, the way we generated the hashcode was to simply sum the 2 objects hashcode with '+'. This is not advisable in general as the collision may happen on this regards. We recommend to refactor the code to utilize the HashCode.Combine() method instead.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfixedThe bug, issue, incident has been fixed.todoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions