Skip to content

Bump xunit from 2.5.0 to 2.5.1 #696

Bump xunit from 2.5.0 to 2.5.1

Bump xunit from 2.5.0 to 2.5.1 #696

Triggered via pull request September 18, 2023 11:00
Status Failure
Total duration 26m 47s
Artifacts

validatePullRequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/SharePointTests.cs#L69
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/SharePointTests.cs#L69
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build
Process completed with exit code 1.
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs#L36
'BatchRequestContent.BatchRequestContent(IBaseClient)' is obsolete: 'Please use the BatchRequestContentCollection for making batch requests as it supports handling more than 20 requests and provides a similar API experience.'
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs#L37
'BatchRequestContent.AddBatchRequestStep(BatchRequestStep)' is obsolete: 'Please use the BatchRequestContentCollection for making batch requests as it supports handling more than 20 requests and provides a similar API experience.'
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs#L38
'BatchRequestContent.AddBatchRequestStep(BatchRequestStep)' is obsolete: 'Please use the BatchRequestContentCollection for making batch requests as it supports handling more than 20 requests and provides a similar API experience.'
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/PlannerTests.cs#L201
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs#L36
'BatchRequestContent.BatchRequestContent(IBaseClient)' is obsolete: 'Please use the BatchRequestContentCollection for making batch requests as it supports handling more than 20 requests and provides a similar API experience.'
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs#L37
'BatchRequestContent.AddBatchRequestStep(BatchRequestStep)' is obsolete: 'Please use the BatchRequestContentCollection for making batch requests as it supports handling more than 20 requests and provides a similar API experience.'
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs#L38
'BatchRequestContent.AddBatchRequestStep(BatchRequestStep)' is obsolete: 'Please use the BatchRequestContentCollection for making batch requests as it supports handling more than 20 requests and provides a similar API experience.'
build: tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/PlannerTests.cs#L201
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)