1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:33:21 +08:00
osu-lazer/osu.Game/Online/API
Dean Herbert de6709d12c Fix rank_history serialisation order dependence
```csharp
[network] 2022-09-26 18:18:39 [verbose]: Processing response from https://dev.ppy.sh/api/v2/me/ failed with Newtonsoft.Json.JsonSerializationException: Error setting value to 'rankHistory' on 'osu.Game.Online.API.Requests.Responses.APIUser'.
[network] 2022-09-26 18:18:39 [verbose]: ---> System.NullReferenceException: Object reference not set to an instance of an object.
[network] 2022-09-26 18:18:39 [verbose]: at osu.Game.Online.API.Requests.Responses.APIUser.set_rankHistory(APIRankHistory
value) in /tmp/osu/osu.Game/Online/API/Requests/Responses/APIUser.cs:line 231
```
2022-09-27 12:46:17 +09:00
..
Requests Fix rank_history serialisation order dependence 2022-09-27 12:46:17 +09:00
APIAccess.cs Refactor APIAccess main loop to read better 2022-08-11 15:43:39 +09:00
APIDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIException.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIMessagesRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIMod.cs Property should accept the nullable state. 2022-09-10 10:46:40 +08:00
APIRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIRequestCompletionState.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ArchiveDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DummyAPIAccess.cs Ensure that DummyAPIAccess runs all queued tasks on disposal 2022-08-20 16:22:35 +09:00
IAPIProvider.cs Add thread safety to APIAccess.LocalUser 2022-08-11 12:45:26 +09:00
ModSettingsDictionaryFormatter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OAuth.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OAuthToken.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuJsonWebRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuWebRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RegistrationRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00