Fixed issue that caused the tag directive to be ignored. #6746
33 new problems found by Qodana for .NET
Qodana for .NET
33 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Potentially misleading parameter name in lambda or local function |
🔶 Warning | 16 |
Type member is never used (private accessibility) |
🔶 Warning | 5 |
Parameter is only used for precondition check (private accessibility) |
🔶 Warning | 4 |
Auto-property accessor is never used (private accessibility) |
🔶 Warning | 3 |
Redundant member initializer |
🔶 Warning | 2 |
Unused parameter (private accessibility) |
🔶 Warning | 2 |
Redundant type declaration body |
🔶 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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
github-actions / Qodana for .NET
Parameter is only used for precondition check (private accessibility)
Parameter 't' is only used for precondition check(s)
github-actions / Qodana for .NET
Parameter is only used for precondition check (private accessibility)
Parameter 't' is only used for precondition check(s)
github-actions / Qodana for .NET
Parameter is only used for precondition check (private accessibility)
Parameter 't' is only used for precondition check(s)
github-actions / Qodana for .NET
Parameter is only used for precondition check (private accessibility)
Parameter 't' is only used for precondition check(s)
Check warning on line 216 in HotChocolate/Core/src/Types/SchemaOptions.cs
github-actions / Qodana for .NET
Redundant member initializer
Initializing property by default value is redundant
Check warning on line 211 in HotChocolate/Core/src/Types/SchemaOptions.cs
github-actions / Qodana for .NET
Redundant member initializer
Initializing property by default value is redundant
github-actions / Qodana for .NET
Redundant type declaration body
Redundant empty interface declaration body
Check warning on line 368 in HotChocolate/Fusion/src/CommandLine/Commands/ComposeCommand.cs
github-actions / Qodana for .NET
Auto-property accessor is never used (private accessibility)
Auto-property accessor 'MakePublic.set' is never used
Check warning on line 318 in HotChocolate/Fusion/src/CommandLine/Commands/ComposeCommand.cs
github-actions / Qodana for .NET
Auto-property accessor is never used (private accessibility)
Auto-property accessor 'FusionTypePrefix.set' is never used