Skip to content

chore(deps): update dependency xunit to v2.6.1 #319

chore(deps): update dependency xunit to v2.6.1

chore(deps): update dependency xunit to v2.6.1 #319

Triggered via pull request November 1, 2023 00:43
Status Failure
Total duration 56s
Artifacts

cicd.yml

on: pull_request
Build & Test
47s
Build & Test
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Build & Test: tests/oidc-guard-tests/AuthTests.cs#L594
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
Build & Test: tests/oidc-guard-tests/AuthTests.cs#L595
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
Build & Test: tests/oidc-guard-tests/AuthTests.cs#L594
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
Build & Test: tests/oidc-guard-tests/AuthTests.cs#L595
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
Build & Test
Process completed with exit code 1.
Build & Test: src/oidc-guard/Settings.cs#L24
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: src/oidc-guard/Program.cs#L267
Dereference of a possibly null reference.
Build & Test: src/oidc-guard/Program.cs#L294
Dereference of a possibly null reference.
Build & Test: tests/oidc-guard-tests/SignInOutTests.cs#L84
Cannot convert null literal to non-nullable reference type.
Build & Test: tests/oidc-guard-tests/SignInOutTests.cs#L93
Cannot convert null literal to non-nullable reference type.
Build & Test: tests/oidc-guard-tests/SignInOutTests.cs#L97
Cannot convert null literal to non-nullable reference type.
Build & Test: tests/oidc-guard-tests/SignInOutTests.cs#L101
Cannot convert null literal to non-nullable reference type.
Build & Test: tests/oidc-guard-tests/Infra/AuthTestsHelpers.cs#L46
Cannot convert null literal to non-nullable reference type.
Build & Test: tests/oidc-guard-tests/Infra/AuthTestsHelpers.cs#L58
Cannot convert null literal to non-nullable reference type.
Build & Test: tests/oidc-guard-tests/AuthTests.cs#L510
Dereference of a possibly null reference.