The most recent NServiceBus.Newtonsoft.Json release version 4.0.1 did not include commit GitHubSync update - master (#534) · Particular/NServiceBus.Newtonsoft.Json@e1d28ce · GitHub with the changes to support the IClaimCheckProperty for serialization. When will this be included in a release version? Serialization of ClaimCheckProperty types using Newtonsoft is including the ignored attributes without this change, which means the entire data stream Value is in the message to the Transport system. This can cause maximum message size exceeded exceptions.
Hi @marcolus17,
We just released NServiceBus.Newtonsoft.Json 4.1.0, which adds support for using the NServiceBus.ClaimCheck package.
1 Like
Thanks for jumping on this so quickly! This will allow us to successfully transition to ClaimCheckProperty as we evaluate the transition to System.Text.Json as our default serializer.