Skip to content

chore(deps): update dependency microsoft.extensions.options to v9 #1859

chore(deps): update dependency microsoft.extensions.options to v9

chore(deps): update dependency microsoft.extensions.options to v9 #1859

Triggered via pull request November 28, 2024 09:10
Status Success
Total duration 2m 39s
Artifacts

build-and-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L7
Non-nullable property 'AltinnPartyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L9
Non-nullable property 'Pid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L11
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L13
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L15
Non-nullable property 'Org' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L18
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Utils/SystemRegisterHelper.cs#L20
Non-nullable property 'RedirectUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Utils/JwkLoader.cs#L23
Possible null reference argument for parameter 'path' in 'Task<string> Helper.ReadFile(string path)'.
Build and Test: test/Altinn.Platform.Authentication.SystemIntegrationTests/Tests/SystemUserTests.cs#L214
Converting null literal or possible null value to non-nullable type.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Utils/SystemRegisterHelper.cs#L20
Non-nullable property 'RedirectUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L7
Non-nullable property 'AltinnPartyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L9
Non-nullable property 'Pid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L11
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L13
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L15
Non-nullable property 'Org' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Domain/Testusers.cs#L18
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Utils/JwkLoader.cs#L23
Possible null reference argument for parameter 'path' in 'Task<string> Helper.ReadFile(string path)'.
Analyze: test/Altinn.Platform.Authentication.SystemIntegrationTests/Tests/SystemUserTests.cs#L214
Converting null literal or possible null value to non-nullable type.