Skip to content

docfx shit that doesnt work lol #28

docfx shit that doesnt work lol

docfx shit that doesnt work lol #28

GitHub Actions / Qodana for .NET completed Apr 8, 2024 in 0s

2747 new problems found by Qodana for .NET

Qodana for .NET

2747 new problems were found

Inspection name Severity Problems
Possible 'null' assignment to non-nullable entity 🔶 Warning 559
Possible 'System.NullReferenceException' 🔶 Warning 495
Possible multiple enumeration 🔶 Warning 376
Non-nullable or required member is not initialized at constructor exit 🔶 Warning 354
Auto-property accessor is never used (non-private accessibility) 🔶 Warning 322
Possible performance issues caused by unlimited string length 🔶 Warning 167
Expression is always 'true' or always 'false' 🔶 Warning 73
Redundant member initializer 🔶 Warning 68
Use of obsolete symbol 🔶 Warning 40
Non-readonly type member referenced in 'GetHashCode()' 🔶 Warning 29
Avoid using 'async' lambda when delegate type returns 'void' 🔶 Warning 27
Conditional access qualifier expression is known to be null or not null 🔶 Warning 25
Possible 'System.InvalidOperationException' 🔶 Warning 20
Collection is never updated (non-private accessibility) 🔶 Warning 17
XML comment has a 'param' tag for 'Parameter', but there is no parameter by that name 🔶 Warning 16
Parameter has no matching param tag in the XML comment 🔶 Warning 15
'??' condition is known to be null or not null 🔶 Warning 14
Function never returns 🔶 Warning 10
Possible loss of fraction 🔶 Warning 10
Unused parameter (private accessibility) 🔶 Warning 9
Access to modified captured variable 🔶 Warning 8
Variable in local function hides variable from outer scope 🔶 Warning 8
Parameter hides member 🔶 Warning 7
The pattern is redundant, it does not produce any runtime checks 🔶 Warning 7
Assignment is not used 🔶 Warning 7
Unused local variable 🔶 Warning 7
Non-accessed field (private accessibility) 🔶 Warning 6
Invalid XML in XML comment 🔶 Warning 5
Disposal of a variable already captured by the 'using' statement 🔶 Warning 5
Redundant type declaration body 🔶 Warning 5
Access to disposed captured variable 🔶 Warning 4
Get-only auto-property is never assigned 🔶 Warning 4
Async function without await expression 🔶 Warning 3
Method with optional or 'params' parameter is hidden by overload 🔶 Warning 3
Type member is never used (private accessibility) 🔶 Warning 3
Expression is always 'null' 🔶 Warning 2
Heuristically unreachable code 🔶 Warning 2
Suspicious type conversion or check 🔶 Warning 2
Do not use object initializer for 'using' variable 🔶 Warning 2
Cannot resolve reference in XML comment 🔶 Warning 1
Async method invocation without await expression 🔶 Warning 1
Namespace does not correspond to file location 🔶 Warning 1
Co-variant array conversion 🔶 Warning 1
Collection content is never queried (non-private accessibility) 🔶 Warning 1
Function is not convertible to SQL and must not be called in the database context 🔶 Warning 1
Non-accessed positional property (non-private accessibility) 🔶 Warning 1
Private field can be converted into local variable 🔶 Warning 1
Redundant name qualifier 🔶 Warning 1
Specify string culture explicitly 🔶 Warning 1
Unassigned field 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 441 in src/Mewdeko/Modules/Searches/Services/SearchesService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to disposed captured variable

Captured variable is disposed in the outer scope

Check warning on line 84 in src/Mewdeko/Modules/Games/HangmanCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to disposed captured variable

Captured variable is disposed in the outer scope

Check warning on line 183 in src/Mewdeko/Modules/Searches/OsuCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to disposed captured variable

Captured variable is disposed in the outer scope

Check warning on line 869 in src/Mewdeko/Modules/Searches/Searches.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to disposed captured variable

Captured variable is disposed in the outer scope

Check warning on line 523 in src/Mewdeko/Modules/Moderation/UserPunishCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 117 in src/Mewdeko/Modules/Games/Common/TypingGame.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 108 in src/Mewdeko/Modules/Utility/Services/OwOServices.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 304 in src/Mewdeko/Modules/Moderation/SlashPunishCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 1116 in src/Mewdeko/Modules/Music/SlashMusic.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 1118 in src/Mewdeko/Modules/Music/Music.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 251 in src/Mewdeko/Modules/Moderation/UserPunishCommands2.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 65 in src/Mewdeko/Modules/Games/AcropobiaCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to modified captured variable

Captured variable is modified in the outer scope

Check warning on line 134 in src/Mewdeko/Modules/Permissions/Services/BlacklistService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 168 in src/Mewdeko/Modules/Xp/Xp.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 123 in src/Mewdeko/Modules/Votes/VoteSlashCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 299 in src/Mewdeko/Common/MewdekoModuleBase.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 91 in src/Mewdeko/Modules/Help/Services/HelpService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 260 in src/Mewdeko/Modules/Suggestions/SlashSuggestions.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 191 in src/Mewdeko/Modules/Moderation/Services/UserPunishService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 165 in src/Mewdeko/Modules/Utility/Services/StreamRoleService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 801 in src/Mewdeko/Modules/OwnerOnly/Services/OwnerOnlyService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 423 in src/Mewdeko/Modules/Xp/Club.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 228 in src/Mewdeko/Modules/Searches/ActionCommands.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 35 in src/Mewdeko/Services/Settings/ConfigParsers.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 215 in src/Mewdeko/Modules/Utility/SlashAutoPublish.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity