Skip to content
GitHub Actions / Qodana for .NET failed Nov 20, 2024 in 0s

424 new problems found by Qodana for .NET

Qodana for .NET

134 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
Method return value is never used (non-private accessibility) 🔶 Warning 13
Use preferred argument style for literal values 🔶 Warning 10
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

💡 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 142 in source/Nuke.Common.Tests/SettingsTest.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 114 in source/Nuke.Tooling.Generator/Generators/DataClassExtensionGenerator.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.Utilities/IO/RelativePath.cs

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions 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 143 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs

See this annotation in the file changed.

@github-actions 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 163 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs

See this annotation in the file changed.

@github-actions 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 111 in source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs

See this annotation in the file changed.

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