Add score processing API endpoints#128
Open
richardscull wants to merge 15 commits into
Open
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Sunrise.Shared/Database/Models/Users/UserStatsSnapshot.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Sunrise.Shared/Database/Models/Users/UserStatsSnapshot.cs#L28
Possible null reference return.
|
|
Build:
Sunrise.Shared/Database/Models/Beatmap/CustomBeatmapStatus.cs#L18
Non-nullable property 'UpdatedByUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Sunrise.Shared/Application/RecurringJobs.cs#L70
Argument of type 'List<User?>' cannot be used for parameter 'users' of type 'List<User>' in 'Task<(Dictionary<int, long>, Dictionary<int, long>)> UserStatsRanksService.GetUsersRanks(List<User> users, GameMode mode, CancellationToken ct = default(CancellationToken))' due to differences in the nullability of reference types.
|
|
Build:
Sunrise.Shared/Database/Extensions/UserStatsQueryExtensions.cs#L13
Dereference of a possibly null reference.
|
|
Build:
Sunrise.Shared/Utils/Converters/UnixDateTimeConverter.cs#L32
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
|
|
Build:
Sunrise.Shared/Utils/ReplayReader.cs#L21
Possible null reference return.
|
|
Build:
Sunrise.Shared/Utils/ReplayReader.cs#L10
Possible null reference return.
|
|
Build:
Sunrise.Shared/Objects/OsuVersion.cs#L6
'OsuVersion' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Build:
Sunrise.Shared/Objects/OsuVersion.cs#L6
'OsuVersion' defines operator == or operator != but does not override Object.Equals(object o)
|
background
wait
wait-all
cancel
parallel
Loading