Hi,
I understand there is currently no progress in this project, but I wanted to share:
If I use "new JsonDiffPatch(new Options { TextDiff = TextDiffMode.Efficient })" (which seems to be the default), I get "JSON RFC 6902 does not support TextDiff" when comparing a property value:
old: ABS DG DOC Restrictions as per Case 00260586 implemented
new: Conning Position corrected
If I switch to "TextDiffMode.Simple", its fine and I could not see any limitations (in my list of approx. 5000 items).
rdgs
Hi,
I understand there is currently no progress in this project, but I wanted to share:
If I use "new JsonDiffPatch(new Options { TextDiff = TextDiffMode.Efficient })" (which seems to be the default), I get "JSON RFC 6902 does not support TextDiff" when comparing a property value:
old: ABS DG DOC Restrictions as per Case 00260586 implemented
new: Conning Position corrected
If I switch to "TextDiffMode.Simple", its fine and I could not see any limitations (in my list of approx. 5000 items).
rdgs