Compare-Net-Objects
Compare-Net-Objects copied to clipboard
EnumComparer is not used by default
Hello,
I just noticed that the EnumComparer is not added to the comparers by default.
So when you have enums of different types, you get the error Object must be the same type as the enum.
Searching the code, I noticed the comparer exist, so I added it manually, but is there a reason for not adding it by default ?
Did it work when you added it manually? Did all the other tests pass?
Closing. No response.