Skip to content

Bump xunit from 2.5.0 to 2.6.3 #85

Bump xunit from 2.5.0 to 2.6.3

Bump xunit from 2.5.0 to 2.6.3 #85

Triggered via pull request December 11, 2023 22:54
Status Failure
Total duration 1m 21s
Artifacts

format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L581
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L614
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L659
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L660
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L661
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L662
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L663
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L664
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L665
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format: tests/Transports.AspNetCore.Tests/AuthorizationTests.cs#L666
Null should not be used for type parameter 'variables' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/