ci: disable Test for alpha-deployment #496
415 new problems found by Qodana for .NET
Qodana for .NET
125 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Use preferred body style (convert into method or operator with preferred body style) |
πΆ Warning | 43 |
Type member is never used (non-private accessibility) |
πΆ Warning | 25 |
Use preferred argument style for literal values |
πΆ Warning | 13 |
Keyword 'new' is required |
πΆ Warning | 7 |
Redundant using directive |
πΆ Warning | 5 |
Possible 'null' assignment to non-nullable entity |
πΆ Warning | 4 |
Use preferred braces style (enforce braces in 'if' statement) |
πΆ Warning | 4 |
Auto-property accessor is never used (non-private accessibility) |
πΆ Warning | 4 |
Possible 'System.NullReferenceException' |
πΆ Warning | 3 |
Potentially misleading parameter name in lambda or local function |
πΆ Warning | 2 |
Nullability attribute usage with declaration of void or value type |
πΆ Warning | 2 |
Return value of 'GetEnumerator' method call is never disposed |
πΆ Warning | 2 |
Redundant 'partial' modifier on type declaration |
πΆ Warning | 2 |
Use explicit or implicit modifier definition for type members |
πΆ Warning | 1 |
Use of obsolete symbol |
πΆ Warning | 1 |
Class with virtual (overridable) members never inherited (non-private accessibility) |
πΆ Warning | 1 |
Co-variant array conversion |
πΆ Warning | 1 |
Possible comparison of value type with 'null' |
πΆ Warning | 1 |
Member initialized value ignored |
πΆ Warning | 1 |
Redundant cast |
πΆ Warning | 1 |
Redundant type arguments of method |
πΆ Warning | 1 |
Method return value is never used (non-private accessibility) |
πΆ 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
Check warning on line 142 in source/Nuke.Common.Tests/SettingsTest.cs
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
Check warning on line 114 in source/Nuke.Tooling.Generator/Generators/DataClassExtensionGenerator.cs
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages
Check warning on line 45 in source/Nuke.Utilities/IO/RelativePath.cs
github-actions / Qodana for .NET
Nullability attribute usage with declaration of void or value type
Applying nullness annotation to value type is meaningless
Check warning on line 111 in source/Nuke.Utilities/IO/AbsolutePath.cs
github-actions / Qodana for .NET
Nullability attribute usage with declaration of void or value type
Applying nullness annotation to value type is meaningless
Check warning on line 61 in source/Nuke.Build/Host.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 196 in source/Nuke.Build/Logging.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 127 in source/Nuke.Common/Tools/Unity/UnityTasks.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 47 in source/Nuke.Tooling.Tests/OptionsTest.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 14 in source/Nuke.Utilities/Text/String.Truncate.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 103 in source/Nuke.SourceGenerators/StronglyTypedSolutionGenerator.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 206 in source/Nuke.Build/Logging.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 41 in source/Nuke.Tooling.Tests/OptionsTest.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 196 in source/Nuke.Build/Logging.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 106 in source/Nuke.SourceGenerators/StronglyTypedSolutionGenerator.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 104 in source/Nuke.GlobalTool/Rewriting/Cake/AbsolutePathRewriter.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 35 in source/Nuke.Tooling.Tests/OptionsTest.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 206 in source/Nuke.Build/Logging.cs
github-actions / Qodana for .NET
Use preferred argument style for literal values
Inconsistent argument style: missing name identifier
Check warning on line 49 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 33 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 117 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 125 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 112 in source/Nuke.Tooling.Tests/ToolTasksLoggerTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 112 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 122 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body
Check warning on line 164 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs
github-actions / Qodana for .NET
Use preferred body style (convert into method or operator with preferred body style)
Code body does not conform to code style settings: use statement body