1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00
osu-lazer/osu.Game/Extensions
Dean Herbert 5736b7d978 Fix cursors sent to osu-web being potentially string formatted in incorrect culture
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.
2022-01-04 17:20:46 +09:00
..
CollectionExtensions.cs Remove usage of Nuget.Packaging extension methods for IList.AddRange 2021-11-23 15:02:02 +09:00
DrawableExtensions.cs Remove usage of key repeat helper method 2021-11-18 13:13:36 +09:00
LanguageExtensions.cs Fix languages with a sub-language part not working properly 2021-06-16 11:10:03 +02:00
ModelExtensions.cs Add MatchesOnlineID implementation for IScoreInfo 2021-12-10 18:34:31 +09:00
TaskExtensions.cs Mark access to exception if task faulted as safe 2021-05-15 00:09:34 +02:00
TimeDisplayExtensions.cs Update incorrect xmldoc 2021-07-31 16:48:45 +09:00
TypeExtensions.cs Extract invariant instantiation info extension method 2021-05-12 23:23:51 +02:00
WebRequestExtensions.cs Fix cursors sent to osu-web being potentially string formatted in incorrect culture 2022-01-04 17:20:46 +09:00