Skip to content

fix: add OnRedirectToIdentityProvider #98

fix: add OnRedirectToIdentityProvider

fix: add OnRedirectToIdentityProvider #98

Triggered via push December 1, 2023 03:05
Status Failure
Total duration 4m 12s
Artifacts

ci.yml

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

Annotations

2 errors and 20 warnings
ubuntu-latest
Process completed with exit code 1.
macOS-latest
Process completed with exit code 1.
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#L20
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#L20
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#L20
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#L20
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#L28
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L32
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L36
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L36
Possible null reference assignment.
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: 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: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L20
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#L20
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#L20
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#L20
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#L28
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L35
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L39
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L39
Possible null reference assignment.