Replies: 1 comment
-
|
That's going to be 100% a Newtonsoft configuration issue. I don't have anything to add other that looking at the Newtonsoft docs. You would have potentially gotten a new Newtonsoft & Npgsql is all I've got. Nothing actionable from the Marten side, I'm converting this to a discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After updating to v8, we've found a problem writing rows with duplicated jsonb fields.
Here's a partial stack trace that shows the problem:
We are using the Newtonsoft package and have the following line in our container setup:
This code was all fine with an older version of Marten. Any ideas what we can do to get past this issue?
Beta Was this translation helpful? Give feedback.
All reactions