Skip to content

Release 1.0.0-beta.3 #49

Release 1.0.0-beta.3

Release 1.0.0-beta.3 #49

Triggered via pull request January 19, 2026 06:50
Status Success
Total duration 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/DPoPEventsFactoryTests.cs#L21
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.UnitTests/JwtBearerEventsFactoryTests.cs#L20
Cannot convert null literal to non-nullable reference type.
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/JwtBearerEventsFactoryTests.cs#L20
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/DPoPEventsFactoryTests.cs#L21
Cannot convert null literal to non-nullable reference type.
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)'