Skip to content

Release 1.0.1

Release 1.0.1 #163

Triggered via pull request July 23, 2026 06:43
Status Success
Total duration 47s
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#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.IntegrationTests/CustomDomainsIntegrationTests.cs#L127
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.PublicEndpoint_WithoutToken_ReturnsOk()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/CustomDomainsIntegrationTests.cs#L111
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.ProtectedEndpoint_WithMalformedToken_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/CustomDomainsIntegrationTests.cs#L92
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.ProtectedEndpoint_WithSymmetricAlgorithmToken_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/CustomDomainsIntegrationTests.cs#L73
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.ProtectedEndpoint_WithTokenFromUnallowedDomain_ReturnsUnauthorized()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/CustomDomainsIntegrationTests.cs#L45
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.MultipleRequests_DifferentDomains_BothSucceed()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/CustomDomainsIntegrationTests.cs#L39
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.DisposeAsync()'
build: tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/CustomDomainsIntegrationTests.cs#L18
Missing XML comment for publicly visible type or member 'CustomDomainsIntegrationTests.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)'