Lock user stats/grades for update#126
Merged
richardscull merged 9 commits intoJun 14, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Sunrise.Shared/Database/Extensions/UserStatsQueryExtensions.cs#L20
Dereference of a possibly null reference.
|
|
Build:
Sunrise.Shared/Database/Extensions/UserStatsQueryExtensions.cs#L13
Dereference of a possibly null reference.
|
|
Build:
Sunrise.Shared/Application/RecurringJobs.cs#L188
Possible null reference argument for parameter 'user' in 'Task<double> CalculatorService.CalculateUserWeightedPerformance(User user, GameMode mode)'.
|
|
Build:
Sunrise.Shared/Application/RecurringJobs.cs#L173
Dereference of a possibly null reference.
|
|
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/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