chore(deps): update nuget non-major dependencies #1921
build-and-analyze.yml
on: pull_request
Build and Test
1m 27s
Analyze
2m 41s
Annotations
22 warnings
Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and Test:
src/Core/Extensions/HttpClientExtensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Core/Extensions/HttpClientExtensions.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Core/Extensions/HttpClientExtensions.cs#L81
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Core/Helpers/JwtTokenUtil.cs#L19
Converting null literal or possible null value to non-nullable type.
|
Build and Test:
src/Core/Helpers/JwtTokenUtil.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build and Test:
src/Core/Helpers/JwtTokenUtil.cs#L38
Possible null reference return.
|
Build and Test:
src/Core/Models/VendorInfo.cs#L19
Non-nullable field 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Test:
src/Core/Models/VendorInfo.cs#L22
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 and Test:
src/Core/Models/SystemUserUpdateDTO.cs#L22
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 and Test:
src/Core/Models/SystemUserUpdateDTO.cs#L30
Non-nullable property 'PartyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Domain/SystemDto.cs#L13
Non-nullable property 'Systems' 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/SystemDto.cs#L6
Non-nullable property 'SystemId' 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/SystemDto.cs#L7
Non-nullable property 'SystemVendorOrgNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|