Skip to content

Update nuget non-major dependencies #2171

Update nuget non-major dependencies

Update nuget non-major dependencies #2171

Triggered via pull request January 23, 2025 02:49
Status Failure
Total duration 2m 4s
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/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/Register/PartyUrn.cs#L21
Partial method 'PartyUrn.IsPartyUuid(out Guid)' must have an implementation part because it has accessibility modifiers.
Analyze (csharp): src/Authorization/Models/Register/PartyUrn.cs#L29
Partial method 'PartyUrn.IsOrganizationIdentifier(out OrganizationNumber)' must have an implementation part because it has accessibility modifiers.
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): 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/ResourceRegistry/ResourceUrn.cs#L19
Partial method 'ResourceUrn.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