Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify a user when their highscore is beaten #1083
Notify a user when their highscore is beaten #1083
Changes from 4 commits
ab2d917
359b751
7637923
9119111
045a39b
829b067
47b9b19
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 28 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 37 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 67 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 175 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Invert 'if' statement to reduce nesting
Check notice on line 175 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Merge null/pattern checks into complex pattern
Check warning on line 180 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Redundant argument with default value
Check notice on line 205 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ScoreController.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 20 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Property can be made init-only (non-private accessibility)
Check notice on line 22 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Property can be made init-only (non-private accessibility)
Check notice on line 24 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Property can be made init-only (non-private accessibility)
Check warning on line 26 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 28 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 30 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 37 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 39 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check notice on line 44 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 69 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Property can be made init-only (non-private accessibility)
Check warning on line 75 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 83 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 96 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 112 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 118 in ProjectLighthouse/Types/Entities/Level/SlotEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check notice on line 17 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Property can be made init-only (non-private accessibility)
Check warning on line 19 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 21 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check warning on line 22 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 27 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 29 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 37 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 74 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 76 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 79 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 81 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 83 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 87 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 88 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 89 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 107 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 110 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 112 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 123 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 125 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 138 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Possible performance issues caused by unlimited string length
Check warning on line 160 in ProjectLighthouse/Types/Entities/Profile/UserEntity.cs
GitHub Actions / Qodana for .NET
Unused nullable directive