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
Implement in-game recent activity #855
base: main
Are you sure you want to change the base?
Implement in-game recent activity #855
Changes from all commits
605f9e6
23cb1be
1737a16
60d851f
29e3f86
d14a049
c6f79da
d20b21e
7533ae5
dd5b1b8
a6aa12f
8d034db
2949e83
24fa301
966f619
15dbf56
0c9c8fd
d440a26
c1d932d
7b6786c
7c07742
991b3f7
4d2645b
41d2b5b
4e63ba7
0f02a93
0445a0b
c201183
8f91875
27cbb14
180cac5
b41b01a
2219373
1820425
cd0c853
402fd4b
1e27692
94fe2d4
05145ea
e95f636
1172b92
02fbd73
7f1b1b2
f2cfa6b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check notice on line 20 in ProjectLighthouse.Servers.API/Controllers/StatisticsEndpoints.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check warning on line 1 in ProjectLighthouse.Servers.API/Startup/ApiStartup.cs
GitHub Actions / Qodana for .NET
Redundant using directive
Check warning on line 5 in ProjectLighthouse.Servers.API/Startup/ApiStartup.cs
GitHub Actions / Qodana for .NET
Redundant using directive
Check notice on line 12 in ProjectLighthouse.Servers.API/Startup/ApiStartup.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check warning on line 17 in ProjectLighthouse.Servers.API/Startup/ApiStartup.cs
GitHub Actions / Qodana for .NET
Auto-property accessor is never used (non-private accessibility)
Check notice on line 28 in ProjectLighthouse.Servers.GameServer/Controllers/ActivityController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 113 in ProjectLighthouse.Servers.GameServer/Controllers/ActivityController.cs
GitHub Actions / Qodana for .NET
Merge null/pattern checks into complex pattern
Check notice on line 208 in ProjectLighthouse.Servers.GameServer/Controllers/ActivityController.cs
GitHub Actions / Qodana for .NET
Redundant empty argument list on object creation expression
Check warning on line 286 in ProjectLighthouse.Servers.GameServer/Controllers/ActivityController.cs
GitHub Actions / Qodana for .NET
Type member is never used (private accessibility)