Skip to content

Fix errors/warnings for pre-existing code smells after reintroducing editorconfig et al #218

Fix errors/warnings for pre-existing code smells after reintroducing editorconfig et al

Fix errors/warnings for pre-existing code smells after reintroducing editorconfig et al #218

Triggered via pull request June 22, 2026 07:38
Status Success
Total duration 5m 14s
Artifacts

ubuntu-latest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ubuntu-latest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ubuntu-latest: src/Fallout.Common/Tools/SignPath/SignPathTasks.cs#L167
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
ubuntu-latest: src/Fallout.Common/Tools/Docker/Docker.Generated.cs#L4797
'DockerBuildxCreateSettings.Config' hides inherited member 'DockerOptionsBase.Config'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Common/Tools/Docker/Docker.Generated.cs#L2319
'DockerConfigCreateSettings.Config' hides inherited member 'DockerOptionsBase.Config'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Common/Tools/Docker/Docker.Generated.cs#L1619
'DockerServiceCreateSettings.Config' hides inherited member 'DockerOptionsBase.Config'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Common/Tools/Helm/Helm.Generated.cs#L1298
'HelmUpgradeSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Common/Tools/Helm/Helm.Generated.cs#L1214
'HelmTemplateSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Common/Tools/Helm/Helm.Generated.cs#L872
'HelmLintSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Common/Tools/Helm/Helm.Generated.cs#L830
'HelmInstallSettings.Set' hides inherited member 'Options.Set(string, object)'. Use the new keyword if hiding was intended.
ubuntu-latest: src/Fallout.Build/Telemetry/Telemetry.cs#L30
The field 'Telemetry.s_confirmedVersion' is never used
ubuntu-latest: src/Persistence/Fallout.Persistence.Solution/Shims.cs#L35
Possible null reference assignment.