ValeraT1982 / ObjectsComparer

C# Framework provides mechanism to compare complex objects, allows to override comparison rules for specific properties and types.
MIT License
352 stars 86 forks source link

IgnoreInComparisonAttribute is sealed #42

Open Sherif-Ahmed opened 2 years ago

Sherif-Ahmed commented 2 years ago

Hello, In my situation, I need to inherit it to do some business logic for my solution. I will use another attribute that depends on the comparison.

ValeraT1982 commented 2 years ago

Can you please tell more what you need to do? Is making this attribute not sealed will help you?