Skip to content

Merge branch 'release/9.0.0' into develop #499

Merge branch 'release/9.0.0' into develop

Merge branch 'release/9.0.0' into develop #499

Triggered via push November 21, 2024 00:09
Status Failure
Total duration 9m 44s
Artifacts

code-quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 129 warnings
Qodana Scan
The number of problems exceeds the failThreshold
Potentially misleading parameter name in lambda or local function: source/Nuke.Common.Tests/SettingsTest.cs#L142
The '_' name is typically reserved for parameters without usages
Nullability attribute usage with declaration of void or value type: source/Nuke.Utilities/IO/RelativePath.cs#L45
Applying nullness annotation to value type is meaningless
Nullability attribute usage with declaration of void or value type: source/Nuke.Utilities/IO/AbsolutePath.cs#L111
Applying nullness annotation to value type is meaningless
Use preferred argument style for literal values: source/Nuke.Build/Host.cs#L61
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Build/Logging.cs#L196
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Common/Tools/Unity/UnityTasks.cs#L127
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Tooling.Tests/OptionsTest.cs#L47
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Utilities/Text/String.Truncate.cs#L14
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Build/Logging.cs#L206
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Tooling.Tests/OptionsTest.cs#L41
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Build/Logging.cs#L196
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Tooling.Tests/OptionsTest.cs#L35
Inconsistent argument style: missing name identifier
Use preferred argument style for literal values: source/Nuke.Build/Logging.cs#L206
Inconsistent argument style: missing name identifier
Use preferred body style (convert into method or operator with preferred body style): source/Nuke.Build/NukeBuild.Interface.cs#L19
Code body does not conform to code style settings: use statement body
Use preferred body style (convert into method or operator with preferred body style): source/Nuke.Tooling/ToolTasks.ToolPath.cs#L75
Code body does not conform to code style settings: use statement body
Use preferred body style (convert into method or operator with preferred body style): source/Nuke.Tooling/ToolTasks.cs#L22
Code body does not conform to code style settings: use statement body
Use preferred body style (convert into method or operator with preferred body style): source/Nuke.Tooling/ToolTasks.cs#L15
Code body does not conform to code style settings: use statement body
Use preferred body style (convert into method or operator with preferred body style): source/Nuke.Tooling/ToolTasks.cs#L25
Code body does not conform to code style settings: use statement body
Possible 'null' assignment to non-nullable entity: source/Nuke.Tooling/Options.cs#L71
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: source/Nuke.MSBuildTasks/ContextAwareTask.cs#L38
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: source/Nuke.Tooling/NuGetPackageResolver.cs#L181
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: source/Nuke.MSBuildTasks/ContextAwareTask.cs#L165
Possible 'null' assignment to non-nullable entity
Keyword 'new' is required: source/Nuke.Common/Tools/Helm/Helm.Generated.cs#L1465
The keyword 'new' is required on 'Set' because it hides method 'void Nuke.Common.Tooling.Options.Set(string, object)'
Keyword 'new' is required: source/Nuke.Common/Tools/Docker/Docker.Generated.cs#L2067
The keyword 'new' is required on 'Config' because it hides property 'string Nuke.Common.Tools.Docker.DockerOptionsBase.Config'
Keyword 'new' is required: source/Nuke.Common/Tools/Docker/Docker.Generated.cs#L2835
The keyword 'new' is required on 'Config' because it hides property 'string Nuke.Common.Tools.Docker.DockerOptionsBase.Config'
Keyword 'new' is required: source/Nuke.Common/Tools/Helm/Helm.Generated.cs#L1001
The keyword 'new' is required on 'Set' because it hides method 'void Nuke.Common.Tooling.Options.Set(string, object)'
Keyword 'new' is required: source/Nuke.Common/Tools/Helm/Helm.Generated.cs#L1377
The keyword 'new' is required on 'Set' because it hides method 'void Nuke.Common.Tooling.Options.Set(string, object)'
Keyword 'new' is required: source/Nuke.Common/Tools/Docker/Docker.Generated.cs#L5493
The keyword 'new' is required on 'Config' because it hides property 'string Nuke.Common.Tools.Docker.DockerOptionsBase.Config'
Keyword 'new' is required: source/Nuke.Common/Tools/Helm/Helm.Generated.cs#L957
The keyword 'new' is required on 'Set' because it hides method 'void Nuke.Common.Tooling.Options.Set(string, object)'
Use of obsolete symbol: source/Nuke.Common/Tools/Docker/DockerTargetDefinitionExtensions.cs#L120
CS0618: Method 'Nuke.Common.Tooling.ToolOptionsExtensions.SetProcessLogger(this T, Action)' is obsolete: 'Marked for removal'
Class with virtual (overridable) members never inherited (non-private accessibility): source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVault.cs#L17
Class 'AzureKeyVaultConfiguration' has some virtual members but no inheritors
Co-variant array conversion: source/Nuke.Utilities/Task.WaitAll.cs#L28
Co-variant array conversion from Task\[\] to Task\[\] can cause run-time exception on write operation
Possible comparison of value type with 'null': source/Nuke.Utilities/Object.When.cs#L19
Possible comparison of value type with 'null'
Member initialized value ignored: source/Nuke.Tooling.Tests/ToolTasksLoggerTest.cs#L19
Field initializer value ignored during initialization
Redundant cast: source/Nuke.Tooling/DelegateHelper.cs#L58
Type cast is redundant
Redundant using directive: source/Nuke.Tooling/ToolTasks.ToolPath.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: source/Nuke.Build.Tests/SchemaUtilityTest.cs#L12
Using directive is not required by the code and can be safely removed
Redundant using directive: source/Nuke.Tooling/ToolOptions.Properties.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: source/Nuke.Components/ISignPackages.cs#L14
Using directive is not required by the code and can be safely removed
Redundant using directive: source/Nuke.Build.Tests/ParameterServiceTest.cs#L10
Using directive is not required by the code and can be safely removed
Qodana Scan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Qodana Scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-dotnet:latest
Qodana Scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-dotnet:latest
Qodana Scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-dotnet:latest