Skip to content

github

github #558

Triggered via push November 20, 2024 22:51
Status Success
Total duration 2m 42s
Artifacts

macos-latest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

147 warnings
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Helm/Helm.Generated.cs(957,124): warning CS0108: 'HelmInstallSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Helm/Helm.Generated.cs(1001,124): warning CS0108: 'HelmLintSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Helm/Helm.Generated.cs(1377,124): warning CS0108: 'HelmTemplateSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Helm/Helm.Generated.cs(1465,124): warning CS0108: 'HelmUpgradeSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Docker/Docker.Generated.cs(2067,59): warning CS0108: 'DockerServiceCreateSettings.Config' hides inherited member 'DockerOptionsBase.Config'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Docker/Docker.Generated.cs(2835,50): warning CS0108: 'DockerConfigCreateSettings.Config' hides inherited member 'DockerOptionsBase.Config'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Docker/Docker.Generated.cs(5493,59): warning CS0108: 'DockerBuildxCreateSettings.Config' hides inherited member 'DockerOptionsBase.Config'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Docker/DockerTargetDefinitionExtensions.cs(105,44): warning CS0618: 'ToolOptionsExtensions.SetProcessLogger<T>(T, Action<OutputType, string>)' is obsolete: 'Marked for removal' [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Helm/Helm.Generated.cs(957,124): warning CS0108: 'HelmInstallSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
macos-latest
/Users/runner/work/nuke/nuke/source/Nuke.Common/Tools/Helm/Helm.Generated.cs(1001,124): warning CS0108: 'HelmLintSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended. [/Users/runner/work/nuke/nuke/source/Nuke.Common/Nuke.Common.csproj]
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.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.Build/Logging.cs#L196
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.Tooling.Tests/OptionsTest.cs#L35
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#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.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.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#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#L42
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/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#L1377
The keyword 'new' is required on 'Set' because it hides method 'Options Nuke.Common.Tooling.Options.Set(string, object)'
Keyword 'new' is required: source/Nuke.Common/Tools/Helm/Helm.Generated.cs#L1465
The keyword 'new' is required on 'Set' because it hides method 'Options Nuke.Common.Tooling.Options.Set(string, object)'
Keyword 'new' is required: source/Nuke.Common/Tools/Helm/Helm.Generated.cs#L957
The keyword 'new' is required on 'Set' because it hides method 'Options 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#L1001
The keyword 'new' is required on 'Set' because it hides method 'Options 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
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L205
Method 'RemoveCollection' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L106
Method 'SetDictionary' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L200
Method 'AddCollection' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L195
Method 'AddCollection' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L126
Method 'RemoveDictionary' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L210
Method 'RemoveCollection' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L121
Method 'AddDictionary' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L111
Method 'AddDictionary' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L131
Method 'ClearDictionary' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L116
Method 'AddDictionary' return value is never used
Method return value is never used (non-private accessibility): source/Nuke.Tooling/Options.cs#L215
Method 'ClearCollection' return value is never used