Skip to content

chore(deps): update nuget non-major dependencies #59

chore(deps): update nuget non-major dependencies

chore(deps): update nuget non-major dependencies #59

Triggered via pull request December 12, 2024 04:41
Status Failure
Total duration 1m 17s
Artifacts

pr-apps.yml

on: pull_request
find-verticals  /  Find apps
20s
find-verticals / Find apps
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 22 warnings
CI (AccessManagement)
Process completed with exit code 1.
CI (AccessManagement)
Process completed with exit code 1.
CI (DeployApi)
The job was canceled because "AccessManagement" failed.
CI (Authorization)
The job was canceled because "AccessManagement" failed.
CI (Authorization)
The operation was canceled.
find-verticals / Find apps
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CI (AccessManagement)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Tasks/StepTask.cs#L9
The member 'StepTask.ExecuteAsync(ProgressTask, CancellationToken)' does not hide an accessible member. The new keyword is not required.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/PipelineContext.cs#L164
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/PipelineContext.cs#L170
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/PipelineContext.cs#L170
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/PipelineContext.cs#L173
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/TaskPipeline.cs#L92
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/PipelineContext.cs#L188
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/TaskPipeline.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CI (DeployApi): src/apps/Altinn.Authorization.DeployApi/src/Altinn.Authorization.DeployApi/Pipelines/PipelineContext.cs#L12
Missing XML comment for publicly visible type or member 'PipelineContext'
CI (Authorization): src/apps/Altinn.Authorization/src/Altinn.Authorization/Exceptions/PlatformHttpException.cs#L45
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
CI (Authorization): src/apps/Altinn.Authorization/src/Altinn.Authorization/Repositories/DelegationMetadataRepository.cs#L43
'NpgsqlConnection.GlobalTypeMapper' is obsolete: 'Global-level type mapping has been replaced with data source mapping, see the 7.0 release notes.'
CI (Authorization): src/apps/Altinn.Authorization/src/Altinn.Authorization/Helpers/EventLogHelper.cs#L193
Converting null literal or possible null value to non-nullable type.