microsoftgraph / msgraph-sdk-dotnet-core

The core Microsoft Graph client library for .Net. (Microsoft.Graph.Core)
Other
149 stars 45 forks source link

fix: resolved error handling of larger batch request message #916

Closed andrueastman closed 1 week ago

andrueastman commented 1 week ago

Fixes https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2661 Fixes https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2660

Larger batch response is currently not validated for success status code due to the use of the NativeResponseHandler. This PR adds a validation of the same in the BatchRequestBuilder to ensure the reponse is valid for handling.

Microsoft Reviewers: Open in CodeFlow
sonarcloud[bot] commented 1 week ago

Quality Gate Failed Quality Gate failed

Failed conditions
79.2% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud