-
Notifications
You must be signed in to change notification settings - Fork 51
fix: resolved error handling of larger batch request message #916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should work just the same while simplifying the code, we might even be able to get rid of the string is null or empty
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the changes!
… cancellation token Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
|
Fixes microsoftgraph/msgraph-sdk-dotnet#2661
Fixes microsoftgraph/msgraph-sdk-dotnet#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