You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tom-englert can you elaborate because I don't understand.
Now I manually wrote the equals code (using visual studio code generator) as a solution. That's what you mean?
Describe the issue
I added nullable to my enum field in class (with [Equls]):
This cause my result binary to have a (circular) reference to itself:
Without nullability, in enum, my result binary does not have reference to itself.
Minimal Repro
I have created a minimal project with this issue:
https://github.com/michalciolek/NullableEnum-fody-equals
The text was updated successfully, but these errors were encountered: