chore: update commit message for changelog finalization #185
1155 new problems found by Qodana for .NET
Qodana for .NET
469 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Potentially misleading parameter name in lambda or local function |
πΆ Warning | 143 |
Redundant type declaration body |
πΆ Warning | 25 |
Return value of pure method is not used |
πΆ Warning | 6 |
Redundant using directive |
πΆ Warning | 5 |
Cannot resolve reference in XML comment |
πΆ Warning | 3 |
Type member is never used (non-private accessibility) |
πΆ Warning | 3 |
Redundant 'partial' modifier on type declaration |
πΆ Warning | 2 |
Remove redundant parentheses |
πΆ Warning | 1 |
Use explicit or implicit modifier definition for type members |
πΆ Warning | 1 |
Expression is always 'true' or always 'false' |
πΆ Warning | 1 |
Heuristically unreachable code |
πΆ Warning | 1 |
Possible 'System.NullReferenceException' |
πΆ Warning | 1 |
Type member is never accessed via base type (non-private accessibility) |
πΆ Warning | 1 |
Put local function after 'return' or 'continue' |
β½οΈ Notice | 99 |
Literal length can be reduced by using verbatim string |
β½οΈ Notice | 70 |
Convert constructor into primary constructor |
β½οΈ Notice | 69 |
Use raw string |
β½οΈ Notice | 20 |
String literal can be inlined |
β½οΈ Notice | 5 |
Redundant verbatim string prefix |
β½οΈ Notice | 4 |
Convert constructor into member initializers |
β½οΈ Notice | 2 |
Add explicit 'return' or 'continue' before local functions |
β½οΈ Notice | 2 |
Type is never used (non-private accessibility) |
β½οΈ Notice | 2 |
Use preferred namespace body style |
β½οΈ Notice | 1 |
Convert 'if' statement into 'switch' |
β½οΈ Notice | 1 |
Use discard assignment |
β½οΈ Notice | 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 67 in source/Nuke.Build.Tests/ExecutableTargetFactoryTest.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 95 in source/Nuke.Components/ITest.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 43 in source/Nuke.Components/IGlobalTool.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 35 in source/Nuke.Components/IPack.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 48 in source/Nuke.Components/IReportCoverage.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 32 in source/Nuke.Components/IPublish.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 62 in source/Nuke.Components/ICompile.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 190 in source/Nuke.Common.Tests/CI/ConfigurationGenerationTest.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 36 in source/Nuke.Components/ICompile.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 21 in source/Nuke.Components/ICompile.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 51 in source/Nuke.Build.Tests/SchemaUtilityTest.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 25 in source/Nuke.Components/IGlobalTool.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 73 in source/Nuke.Build.Tests/ExecutableTargetFactoryTest.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 79 in source/Nuke.Components/ICompile.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 169 in source/Nuke.Build.Tests/DefaultInterfaceExecutionTest.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.Components/IReportIssues.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 66 in source/Nuke.Components/ICompile.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 52 in source/Nuke.Build.Tests/SchemaUtilityTest.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 91 in source/Nuke.Components/ITest.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 27 in source/Nuke.Components/IPack.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 222 in source/Nuke.Build.Tests/DefaultInterfaceExecutionTest.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 51 in source/Nuke.Components/ICompile.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 118 in source/Nuke.Build.Tests/ExecutableTargetFactoryTest.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 58 in source/Nuke.Components/IReportCoverage.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 43 in source/Nuke.Components/IPublish.cs
github-actions / Qodana for .NET
Potentially misleading parameter name in lambda or local function
The '_' name is typically reserved for parameters without usages