Skip to content

Merge pull request #76 from auth0/release/1.0.0 #142

Merge pull request #76 from auth0/release/1.0.0

Merge pull request #76 from auth0/release/1.0.0 #142

Triggered via push June 29, 2026 10:23
Status Success
Total duration 1m 10s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L854
Nullability of reference types in value of type 'Dictionary<string, object?>' doesn't match target type 'IDictionary<string, object>'.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L791
Converting null literal or possible null value to non-nullable type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L652
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'proofClaims' of type 'IDictionary<string, object>' in 'bool DPoPProofValidationService.ValidateJtiClaim(IDictionary<string, object> proofClaims)' due to differences in the nullability of reference types.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L475
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L371
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L298
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/TestUtilities.cs#L368
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L109
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L371
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L298
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/DPoPProofValidationServiceTests.cs#L109
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/TestUtilities.cs#L368
Cannot convert null literal to non-nullable reference type.
build: Auth0.AspNetCore.Authentication.Api.Playground/Program.cs#L52
'OpenApiEndpointConventionBuilderExtensions.WithOpenApi<TBuilder>(TBuilder)' is obsolete: 'WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.' (https://aka.ms/aspnet/deprecate/002)
build: Auth0.AspNetCore.Authentication.Api.Playground/Program.cs#L44
'OpenApiEndpointConventionBuilderExtensions.WithOpenApi<TBuilder>(TBuilder)' is obsolete: 'WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.' (https://aka.ms/aspnet/deprecate/002)
build: Auth0.AspNetCore.Authentication.Api.Playground.DPoPClient/DPoPClient.cs#L296
Missing XML comment for publicly visible type or member 'DPoPClient.Dispose()'
build: Auth0.AspNetCore.Authentication.Api.Playground.DPoPClient/DPoPClient.cs#L22
Missing XML comment for publicly visible type or member 'DPoPClient.DPoPClient(string)'