You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: