Skip to content

test(fix): use sequenctial run to fix test failure #115

test(fix): use sequenctial run to fix test failure

test(fix): use sequenctial run to fix test failure #115

Triggered via push May 7, 2024 11:43
Status Failure
Total duration 2m 15s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 23 warnings
macOS-latest
Process completed with exit code 1.
ubuntu-latest
Process completed with exit code 1.
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS-latest: src/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs#L115
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
macOS-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L175
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
macOS-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L132
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L21
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L21
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/BasicTest.cs#L29
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L21
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L21
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L33
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L37
Dereference of a possibly null reference.
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L175
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
ubuntu-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L132
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L21
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L21
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L21
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L21
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/BasicTest.cs#L29
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L36
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L40
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L40
Possible null reference assignment.