Valerii Tereshchenko
Valerii Tereshchenko
Can you please tell more what you need to do? Is making this attribute not sealed will help you?
I'd be more then happy to merge some parts of this PR and release new version if PR will be separated into parts.
Same issue on Windows :(
Can you please provide the definition of Booking? To troubleshoot you can: 1. Create 2 bookings and try to compare them (no deserialization). 2. If the previous step works, create...
"_Hey, is it somehow possible to disable the usage of IComparable and compare both objects as if they wouldn't implement that interface (without having to write custom comparison rules)?_" No....
I see it as IEqualityComparer may also need to be checked and used to check equality if interface is implemented. Don't see a problem with checking for IComparable because it's...
Can you please provide more information? Does it help if you change `return comparer.Compare(object1, object2, out IEnumerable _);` to `return comparer.Compare(object1, object2);`
@Bortxop can you please provide more information about your case?
Sorry for the later response. I think you are right. I'll fix it in the next version.