Skip to content

Update nuget non-major dependencies #2161

Update nuget non-major dependencies

Update nuget non-major dependencies #2161

Triggered via pull request January 16, 2025 11:56
Status Failure
Total duration 1m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (csharp): src/Authorization/Models/AccessListAuthorizationRequest.cs#L21
The type 'Altinn.Authorization.Models.Register.PartyUrn' cannot be used as type parameter 'T' in the generic type or method 'UrnJsonTypeValue<T>'. There is no implicit reference conversion from 'Altinn.Authorization.Models.Register.PartyUrn' to 'Altinn.Urn.IKeyValueUrn<Altinn.Authorization.Models.Register.PartyUrn>'.
Analyze (csharp): src/Authorization/Models/AccessListAuthorizationRequest.cs#L28
The type 'Altinn.Authorization.Models.ResourceRegistry.ResourceIdUrn' cannot be used as type parameter 'T' in the generic type or method 'UrnJsonTypeValue<T>'. There is no implicit reference conversion from 'Altinn.Authorization.Models.ResourceRegistry.ResourceIdUrn' to 'Altinn.Urn.IKeyValueUrn<Altinn.Authorization.Models.ResourceRegistry.ResourceIdUrn>'.
Analyze (csharp): src/Authorization/Models/AccessListAuthorizationRequest.cs#L33
The type 'Altinn.Authorization.Models.ResourceRegistry.ActionUrn' cannot be used as type parameter 'T' in the generic type or method 'UrnJsonTypeValue<T>'. There is no implicit reference conversion from 'Altinn.Authorization.Models.ResourceRegistry.ActionUrn' to 'Altinn.Urn.IKeyValueUrn<Altinn.Authorization.Models.ResourceRegistry.ActionUrn>'.
Analyze (csharp): src/Authorization/Models/AccessListAuthorizationResponse.cs#L35
The type 'Altinn.Authorization.Models.Register.PartyUrn' cannot be used as type parameter 'T' in the generic type or method 'UrnJsonTypeValue<T>'. There is no implicit reference conversion from 'Altinn.Authorization.Models.Register.PartyUrn' to 'Altinn.Urn.IKeyValueUrn<Altinn.Authorization.Models.Register.PartyUrn>'.
Analyze (csharp): src/Authorization/Models/AccessListAuthorizationResponse.cs#L40
The type 'Altinn.Authorization.Models.ResourceRegistry.ResourceIdUrn' cannot be used as type parameter 'T' in the generic type or method 'UrnJsonTypeValue<T>'. There is no implicit reference conversion from 'Altinn.Authorization.Models.ResourceRegistry.ResourceIdUrn' to 'Altinn.Urn.IKeyValueUrn<Altinn.Authorization.Models.ResourceRegistry.ResourceIdUrn>'.
Analyze (csharp): src/Authorization/Models/AccessListAuthorizationResponse.cs#L45
The type 'Altinn.Authorization.Models.ResourceRegistry.ActionUrn' cannot be used as type parameter 'T' in the generic type or method 'UrnJsonTypeValue<T>'. There is no implicit reference conversion from 'Altinn.Authorization.Models.ResourceRegistry.ActionUrn' to 'Altinn.Urn.IKeyValueUrn<Altinn.Authorization.Models.ResourceRegistry.ActionUrn>'.
Analyze (csharp): src/Authorization/Models/ActionUrn.cs#L19
Partial method 'ActionUrn.IsActionId(out ActionIdentifier)' must have an implementation part because it has accessibility modifiers.
Analyze (csharp): src/Authorization/Models/ResourceRegistry/AccessListResourceMembershipWithActionFilterDto.cs#L18
The type name 'PartyUuid' does not exist in the type 'PartyUrn'
Analyze (csharp): src/Authorization/Models/ResourceRegistry/AccessListResourceMembershipWithActionFilterDto.cs#L19
The type name 'ResourceId' does not exist in the type 'ResourceUrn'
Analyze (csharp): src/Authorization/Models/ResourceRegistry/ResourceIdUrn.cs#L19
Partial method 'ResourceIdUrn.IsResourceId(out ResourceIdentifier)' must have an implementation part because it has accessibility modifiers.
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636