Open dwightbiddle opened 9 years ago
This is a legitimate request. You might want to look at the actively maintained main fork of this though.
http://comparenetobjects.codeplex.com/
It seems like there are more features there, and that would be the version to modify.
I couldn't find any issues in either the codeplex or GitHub repositories, is that expected? On Thu, Oct 1, 2015 at 3:18 PM Justin Dearing notifications@github.com wrote:
This is a legitimate request. You might want to look at the actively maintained main fork of this though.
http://comparenetobjects.codeplex.com/
— Reply to this email directly or view it on GitHub https://github.com/zippy1981/Compare-.NET-Objects/issues/1#issuecomment-144821519 .
This is a great tool that I have implemented in a recent project to ensure that comparisons between two objects do not exclude newly added fields if the developer forgets to add them to the "Equals" method.
What I am hoping to achieve though, is that when comparing these two objects, we can ignore trailing spaces on all string values. Looking at the code, there is no specific method to compare strings, only "simple types", so it doesnt seem like a small amount of work to do this.
Am I missing something and this is existing functionality, or is this a legitimate request? If so, what would be your thoughts on having this rolled into the current application?