Replies: 1 comment
-
@xevilmaxx I think at most this is something that we could document, with your example as a workaround. You could do this a little more efficiently by using a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have folloving structure:
When i perform following query, i receive error that Marten currently not handling System.Object.Equals() method
So here is my temporal workaround:
I started from this:
https://martendb.io/documentation/documents/advanced/customizing_linq/
Than i have created a satatic extension es explained in guide and generalized:
Also i have this extension that tries to find equality in objects:
In the end it seems to work.
Hope at least equality between objects feature will be added sooner or later.
Its not an issue but i wonder if there is a better way to perform this operation or its already ok like that.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions