Skip to content

Conversation

@LucDeCaf
Copy link

@LucDeCaf LucDeCaf commented Dec 23, 2025

This PR replaces the implementations of GetHashCode and Equals for CrudEntry and SyncLocalDatabaseResult, which currently use JSONConvert.SerializeObject followed by a string comparison, with manual implementations relying on System.HashCode and some extra utility functions.

TODO:

  • Tests
  • Check if [JsonProperty] decorator is still needed on CrudEntry and SyncLocalDatabaseResult

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants