Merge pull request #2130 from microsoftgraph/kiota/v1.0/pipelinebuild… #690
Annotations
8 warnings
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.'
|
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.'
|
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.'
|
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)
|
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.'
|
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.'
|
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.'
|
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)
|
The logs for this run have expired and are no longer available.
Loading