drpdrp
drpdrp
Please refer to https://github.com/JamesNK/Newtonsoft.Json/issues/3056 This alternate fix is less verbose but also less performant than #3061 version
Please refer to https://github.com/JamesNK/Newtonsoft.Json/issues/3056
Please refer to https://github.com/JamesNK/Newtonsoft.Json/issues/3055
Newtonsoft.Json version 13.0.3 (current) .NET 9 (current) BUG: When using DeserializeXNode with arguments **writeArrayAttribute** set to **true** and nested arrays, the conversion fails on System.InvalidOperationException: Duplicate attribute. SAMPLE: [DotNetFiddleSample](https://dotnetfiddle.net/haZfJs) CODE:...
Newtonsoft.Json version 13.0.3 (current) .NET 9 (current) BUG: When using DeserializeXNode with arguments **writeArrayAttribute** and **encodeSpecialCharacters** set to **true**, the array attribute is not set for properties with special characters....