Skip to content

Bump xunit from 2.5.0 to 2.6.0 #46

Bump xunit from 2.5.0 to 2.6.0

Bump xunit from 2.5.0 to 2.6.0 #46

Triggered via pull request October 31, 2023 23:38
Status Failure
Total duration 1m 3s
Artifacts

format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
format: src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs#L15
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs#L31
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs#L47
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs#L63
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs#L78
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs#L93
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/AuthorizationEvaluatorTests.cs#L24
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/AuthorizationEvaluatorTests.cs#L39
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/AuthorizationEvaluatorTests.cs#L57
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
format: src/GraphQL.Authorization.Tests/AuthorizationEvaluatorTests.cs#L75
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.