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

Ignore from the IgnoreInComparisonAttribute #38

Closed aksar9211 closed 2 years ago

aksar9211 commented 2 years ago

There was a bug while comparing the list of object. The comparer was not ignoring the members of the list item. I have fixed the issue. Please approve the change and merge it.

ValeraT1982 commented 2 years ago

Thanks for fixing the issue. Can you please add a test

aksar9211 commented 2 years ago

Hi Valerii I have added the unit tests for current implementation and also ran all the unit tests. The tests passed successfully at my end. Please review again. Thanks.

ValeraT1982 commented 2 years ago

Thanks