Replies: 1 comment
-
It is worth noting that with this release we pull in v7 of system.text.json which is the package upgrade for net6 and netstandard20 that aligns with the changes made in net7. This contains a number of breaking changes: as described here: https://devblogs.microsoft.com/dotnet/system-text-json-in-dotnet-7/ Because we pull this in, you may find your code behaves differently It is worth noting that we expose a method to configure how we define our defaults for json serialisation, that you can use from your own code too. .ConfigureJsonSerialisation((options) => Here you can see us setting the options to ignore the case on properties, which may help if you find that you have differences from the upstream. This blog post contains details of the breaking changes in v7 |
Beta Was this translation helpful? Give feedback.
-
Changes
🐛 Bug Fixes
This discussion was created from the release 9.3.6.
Beta Was this translation helpful? Give feedback.
All reactions