-
Notifications
You must be signed in to change notification settings - Fork 287
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
PartialSuccessTransmissionPolicy: Avoid unnecessary content deserializations #2500
PartialSuccessTransmissionPolicy: Avoid unnecessary content deserializations #2500
Conversation
…absolutely needed
…absolutely needed
…ttps://github.com/vangarp/ApplicationInsights-dotnet into vangarp/optimize-partialsuccessretransmissionpolicy
On the whole, i like this change to defer the Json Deserialization until it's needed. |
Absolutely…..created in a hurry and missed this. Will make the necessary changes |
LGTM. Can you please move your changelog entry under the VNext section? |
…ttps://github.com/vangarp/ApplicationInsights-dotnet into vangarp/optimize-partialsuccessretransmissionpolicy
I see a bunch of "retrigger checks" commits. Don't worry about that. |
@vangarp, this just merged. Thank you for your patience. Setting expectations for the future, |
Thank you so much! Ack on the dates |
Fix Issue #2445 by only deserializing the content at the point in time when we absolutely must.
Changes
(Please provide a brief description of the changes here.)
Checklist
For significant contributions please make sure you have completed the following items:
The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.
Notes for authors:
Notes for reviewers:
/AzurePipelines run
will queue all builds/AzurePipelines run <pipeline-name>
will queue a specific build