Skip to content

Fix xml signature verification and update to .net 9.0 #221

Fix xml signature verification and update to .net 9.0

Fix xml signature verification and update to .net 9.0 #221

Triggered via pull request January 14, 2025 22:27
Status Failure
Total duration 1m 31s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/SPID.AspNetCore.Authentication/Models/SpidPostConfigureOptions.cs#L26
Nullability of reference types in type of parameter 'name' of 'void SpidPostConfigureOptions.PostConfigure(string name, SpidOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<SpidOptions>.PostConfigure(string? name, SpidOptions options)' (possibly because of nullability attributes).
build: src/SPID.AspNetCore.Authentication/SpidHandler.cs#L188
Nullability of reference types in type of parameter 'properties' of 'Task SpidHandler.SignOutAsync(AuthenticationProperties properties)' doesn't match implicitly implemented member 'Task IAuthenticationSignOutHandler.SignOutAsync(AuthenticationProperties? properties)' (possibly because of nullability attributes).
build: src/SPID.AspNetCore.Authentication/SpidHandler.cs#L720
Possible null reference return.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L5
Non-nullable property 'supported_acr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L6
Non-nullable property 'supported_purpose' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L11
Non-nullable property 'entity_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L12
Non-nullable property 'file_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L13
Non-nullable property 'file_hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L14
Non-nullable property 'code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SPID.AspNetCore.Authentication/Models/IdPRegistryItem.cs#L15
Non-nullable property 'signing_certificate_x509' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.