Skip to content

Add workflow files to build frontend and backend on PRs to main #1

Add workflow files to build frontend and backend on PRs to main

Add workflow files to build frontend and backend on PRs to main #1

Triggered via pull request October 22, 2024 08:13
Status Failure
Total duration 29s
Artifacts

build-backend-on-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L17
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L39
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L60
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L80
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/KeyVaultSettings.cs#L6
Non-nullable property 'SecretUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/ClientSettings.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/ClientSettings.cs#L7
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/ClientSettings.cs#L9
Non-nullable property 'CertificateName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/UserProfiles/PartyService.cs#L17
Converting null literal or possible null value to non-nullable type.