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
Fix missing filtering, filter inconsistencies, and filter logging #1082
Fix missing filtering, filter inconsistencies, and filter logging #1082
Changes from 6 commits
27f0a81
78b0f58
0415299
d4a56a9
9672316
3c7a3c7
bffd53c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check warning on line 1 in ProjectLighthouse.Servers.GameServer/Controllers/CommentController.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 25 in ProjectLighthouse.Servers.GameServer/Controllers/CommentController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 45 in ProjectLighthouse.Servers.GameServer/Controllers/MessageController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check warning on line 75 in ProjectLighthouse.Servers.GameServer/Controllers/MessageController.cs
GitHub Actions / Qodana for .NET
Specify string culture explicitly
Check notice on line 131 in ProjectLighthouse.Servers.GameServer/Controllers/MessageController.cs
GitHub Actions / Qodana for .NET
RoslynAnalyzers Use char overload
Check notice on line 31 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/PublishController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 67 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/PublishController.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 103 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/PublishController.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check warning on line 1 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ReviewController.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 25 in ProjectLighthouse.Servers.GameServer/Controllers/Slots/ReviewController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 32 in ProjectLighthouse.Servers.GameServer/Controllers/UserController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 49 in ProjectLighthouse.Servers.GameServer/Controllers/UserController.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check warning on line 1 in ProjectLighthouse.Servers.Website/Controllers/SlotPageController.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 27 in ProjectLighthouse.Servers.Website/Controllers/SlotPageController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check warning on line 1 in ProjectLighthouse.Servers.Website/Controllers/UserPageController.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 21 in ProjectLighthouse.Servers.Website/Controllers/UserPageController.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check warning on line 1 in ProjectLighthouse.Servers.Website/Pages/Debug/FilterTestPage.cshtml.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 14 in ProjectLighthouse.Servers.Website/Pages/Debug/FilterTestPage.cshtml.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check warning on line 1 in ProjectLighthouse.Servers.Website/Pages/SlotSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 18 in ProjectLighthouse.Servers.Website/Pages/SlotSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 23 in ProjectLighthouse.Servers.Website/Pages/SlotSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
Query can return incomplete data for related entities
Check warning on line 28 in ProjectLighthouse.Servers.Website/Pages/SlotSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
Usage of navigational property can return incomplete data
Check warning on line 1 in ProjectLighthouse.Servers.Website/Pages/UserSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
Redundant nullable directive
Check notice on line 20 in ProjectLighthouse.Servers.Website/Pages/UserSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
Convert constructor into primary constructor
Check notice on line 72 in ProjectLighthouse.Servers.Website/Pages/UserSettingsPage.cshtml.cs
GitHub Actions / Qodana for .NET
RoslynAnalyzers Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
Check notice on line 14 in ProjectLighthouse/Helpers/CensorHelper.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 19 in ProjectLighthouse/Helpers/CensorHelper.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax
Check notice on line 32 in ProjectLighthouse/Helpers/CensorHelper.cs
GitHub Actions / Qodana for .NET
Use collection expression syntax