Skip to content

Adds support for Multiple Custom Domains #55

Adds support for Multiple Custom Domains

Adds support for Multiple Custom Domains #55

Triggered via pull request February 16, 2026 10:18
Status Failure
Total duration 46s
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#L791
Converting null literal or possible null value to non-nullable 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#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/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.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)'