-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples/docs #1
Comments
We can say documentation is lacking indeed ;) can you provide an example of what want to compare? It gets called for every array so you need to check if you are comparing the correct type. example implementation:
|
how to filter all the differences and get new and old values |
i mean i need object with only diffrences with old and new values and few more properties only. |
It is possible to do this, have a look at the "ComparrisonResultTextExporter.cs" it recursively loops through all the comparison results to print a report. However there is no functionality build in that returns only the difference. It contains additional information about the comparison performed. |
Hi, I was wondering if you have any examples/docs on how to do a compare with and object-key-order-insensitive comparer?
thanks
Harry
The text was updated successfully, but these errors were encountered: