Hi, it seems to me that the Fody generated operator "==" is not working when the attributed class with [Equals] is in the same assembly as call site.
I've done a runnable example which demonstrates the issue: https://github.com/IvanMacek/FodyEqualsFailExample
Call to the Equals method works as expected.
When the class is implemented in the another assembly operator "==" works as expected.
Thank you for your time!
Cheers,
Ivan
Hi, it seems to me that the Fody generated operator "==" is not working when the attributed class with [Equals] is in the same assembly as call site.
I've done a runnable example which demonstrates the issue: https://github.com/IvanMacek/FodyEqualsFailExample
Call to the Equals method works as expected.
When the class is implemented in the another assembly operator "==" works as expected.
Thank you for your time!
Cheers,
Ivan