Skip to content

Bump xunit from 2.4.2 to 2.6.4 #108

Bump xunit from 2.4.2 to 2.6.4

Bump xunit from 2.4.2 to 2.6.4 #108

Triggered via push December 25, 2023 17:36
Status Failure
Total duration 2m 44s
Artifacts 1

ci.yml

on: push
Matrix: build
unit-test
59s
unit-test
Publish to GitHub Packages
0s
Publish to GitHub Packages
Official Release to GitHub Packages
0s
Official Release to GitHub Packages
Official Release to NuGet.org
0s
Official Release to NuGet.org
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 61 warnings
unit-test
Process completed with exit code 1.
analyze
Process completed with exit code 1.
unit-test: src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L51
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L52
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L67
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L65
Collection-specific "Exists" method should be used instead of the "Any" extension.
unit-test: src/Authentication/Extensions/ArrayExtensions.cs#L23
Use '.Any()' to test whether this 'IEnumerable<T>' is empty or not.
unit-test: src/Authentication/Configurations/AuthenticationOptions.cs#L40
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Configurations/AuthenticationOptions.cs#L101
Loops should be simplified using the "Where" LINQ method
unit-test: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
unit-test: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
unit-test: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
unit-test: src/Authentication/Configurations/AuthenticationOptions.cs#L40
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L67
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L65
Collection-specific "Exists" method should be used instead of the "Any" extension.
unit-test: src/Authentication/Configurations/AuthenticationOptions.cs#L101
Loops should be simplified using the "Where" LINQ method
unit-test: src/Authentication/Extensions/ArrayExtensions.cs#L23
Use '.Any()' to test whether this 'IEnumerable<T>' is empty or not.
unit-test: src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L51
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L52
Remove the unnecessary Boolean literal(s).
unit-test: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
unit-test: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
unit-test: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L45
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L57
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L65
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L64
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L45
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (ubuntu-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L44
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L57
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L45
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L44
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L50
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L56
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L65
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
CodeQL-Analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L57
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L50
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L56
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L64
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L65
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
analyze: src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L45
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L57
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L44
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L65
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L50
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L56
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
build (windows-latest): src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.

Artifacts

Produced during runtime
Name Size
nuget Expired
49.6 KB