Skip to content

chore: Bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 10.0.0 #28

chore: Bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 10.0.0

chore: Bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 10.0.0 #28

Status Failure
Total duration 47s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build
Process completed with exit code 1.
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/DPoPEventsFactoryTests.cs#L21
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/JwtBearerEventsFactoryTests.cs#L20
Cannot convert null literal to non-nullable reference type.
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L118
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.ProtectedEndpoint_WithExpiredToken_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L103
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.ProtectedEndpoint_WithInvalidBearerToken_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L88
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.ProtectedEndpoint_WithoutToken_ReturnsBadRequest()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L53
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.ProtectedEndpoint_WithDPoPToken_ReturnsOk()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L36
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.ProtectedEndpoint_WithBearerToken_ReturnsOk()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L27
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.DisposeAsync()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L17
Missing XML comment for publicly visible type or member 'DPoPAllowedModeTests.InitializeAsync()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/Auth0TokenHelper.cs#L16
Missing XML comment for publicly visible type or member 'Auth0TokenHelper.Auth0TokenHelper(string, string, string, string)'
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)'