1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 13:59:40 +08:00
osu-lazer/osu.Game/Online/API/Requests/Responses
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
..
APIBeatmap.cs Use APIBeatmap for realm migration requiring ShortName mapping 2022-09-15 16:58:58 +09:00
APIBeatmapSet.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIChangelogBuild.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIChangelogEntry.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIChangelogIndex.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIChangelogUser.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIChatChannel.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIKudosuHistory.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APINewsPost.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APINewsSidebar.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIPlayStyle.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIRankHistory.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIRecentActivity.cs Replace calls to defective Humanizer methods with correct version 2022-07-18 22:34:58 +02:00
APIScoresCollection.cs Use more correct json casing in APIScoresCollection 2022-07-19 15:34:17 +09:00
APIScoreWithPosition.cs Add and consume SoloScoreInfo 2022-07-12 18:00:25 +09:00
APISeasonalBackgrounds.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APISpotlight.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIUpdateStream.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIUser.cs Fix rank_history serialisation order dependence 2022-09-27 12:46:17 +09:00
APIUserAchievement.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIUserContainer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIUserHistoryCount.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIUserMostPlayedBeatmap.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIUserScoreAggregate.cs Clarify purpose of APIUserScoreAggregate 2022-09-17 19:37:30 +03:00
APIWikiPage.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Comment.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
CommentBundle.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SoloScoreInfo.cs Turn score ids into ulongs 2022-09-09 11:46:06 +09:00