Playwright tests for approve and reject change request #89
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Common/Rights/AttributePair.cs#L17
Non-nullable property 'Id' 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/Common/Rights/AttributePair.cs#L24
Non-nullable property 'Value' 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.
|
Build:
bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/UserProfiles/PartyService.cs#L18
Possible null reference return.
|
Build:
bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/SystemUsers/VendorRequest.cs#L35
Non-nullable property 'SystemId' 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/SystemUsers/VendorRequest.cs#L49
Non-nullable property 'PartyOrgNo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading