mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 13:47:38 +08:00
5736b7d978
Fixed as per solution at https://github.com/JamesNK/Newtonsoft.Json/issues/874. Note that due to the use of `JsonExtensionDataAttribute` it's not feasible to change the actual specification to `JValue` in the `Dictionary`. In discussion with the osu-web team, it may be worthwhile to change the cursor to a string format where parsing is not required at our end. We could already do this in fact, but there are tests that rely on it being a `JToken` so the switch to `JValue` seems like the easier path right now. |
||
---|---|---|
.. | ||
CollectionExtensions.cs | ||
DrawableExtensions.cs | ||
LanguageExtensions.cs | ||
ModelExtensions.cs | ||
TaskExtensions.cs | ||
TimeDisplayExtensions.cs | ||
TypeExtensions.cs | ||
WebRequestExtensions.cs |