Skip to content

chore: update qodana.sarif.json #74

chore: update qodana.sarif.json

chore: update qodana.sarif.json #74

GitHub Actions / Qodana for .NET failed Oct 22, 2023 in 0s

1130 new problems found by Qodana for .NET

Qodana for .NET

455 new problems were found

Inspection name Severity Problems
Potentially misleading parameter name in lambda or local function πŸ”Ά Warning 142
Redundant type declaration body πŸ”Ά Warning 25
Non-accessed field (private accessibility) πŸ”Ά Warning 5
Type member is never used (non-private accessibility) πŸ”Ά Warning 3
Redundant using directive πŸ”Ά Warning 2
Remove redundant parentheses πŸ”Ά 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 101
Literal length can be reduced by using verbatim string ◽️ Notice 70
Convert constructor into primary constructor ◽️ Notice 69
Use raw string ◽️ Notice 20
Redundant verbatim string prefix ◽️ Notice 4
Class is never instantiated (non-private accessibility) ◽️ Notice 3
Convert constructor into member initializers ◽️ Notice 2
Add explicit 'return' or 'continue' before local functions ◽️ Notice 2
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