Skip to content

Update actions to use env-vars instead of input-values #63

Update actions to use env-vars instead of input-values

Update actions to use env-vars instead of input-values #63

Triggered via pull request February 23, 2026 06:38
Status Success
Total duration 46s
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#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/JwtBearerEventsFactoryTests.cs#L20
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.IntegrationTests/DPoPAllowedModeTests.cs#L118
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.ProtectedEndpoint_WithExpiredToken_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L103
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.ProtectedEndpoint_WithInvalidBearerToken_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L88
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.ProtectedEndpoint_WithoutToken_ReturnsBadRequest()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L53
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.ProtectedEndpoint_WithDPoPToken_ReturnsOk()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L36
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.ProtectedEndpoint_WithBearerToken_ReturnsOk()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L27
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.DisposeAsync()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/DPoPAllowedModeTests.cs#L17
Missing XML comment for publicly visible type or member 'DPoP***ModeTests.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)'