Skip to content

chore: update commit message for changelog finalization #185

chore: update commit message for changelog finalization

chore: update commit message for changelog finalization #185

GitHub Actions / Qodana for .NET failed Aug 21, 2023 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 67 in source/Nuke.Build.Tests/ExecutableTargetFactoryTest.cs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages