Handling InvalidOperationExceptions for non-thread-safe objects - #5774
Open
Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
Open
Handling InvalidOperationExceptions for non-thread-safe objects#5774Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
Conversation
Fernando Henrique Inocêncio Borba Ferreira (fhibf)
requested a review
from a team
as a code owner
August 29, 2026 21:26
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5774 +/- ##
==========================================
- Coverage 78.88% 78.87% -0.01%
==========================================
Files 1016 1016
Lines 36856 36869 +13
Branches 5612 5613 +1
==========================================
+ Hits 29074 29082 +8
- Misses 6404 6410 +6
+ Partials 1378 1377 -1 🚀 New features to boost your workflow:
|
| // Catching operations that change non-concurrent collections. | ||
| throw new InvalidOperationException($"Failed to set header '{header.Key}'.", ioe); | ||
|
|
||
| if (context.HttpContext is DefaultHttpContext) |
Contributor
Author
There was a problem hiding this comment.
Important change 1.
| @@ -114,24 +114,22 @@ public async Task ProcessErrorResponseAsync(HttpStatusCode statusCode, Headers h | |||
| /// <param name="cancellationToken">Cancellation token</param> | |||
| public async Task ProcessResponseAsync(CosmosResponseMessage responseMessage, CancellationToken cancellationToken) | |||
Contributor
Author
There was a problem hiding this comment.
Important changes 2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Small changes to address errors noticed in production.
Related issues
Addresses AB#188019 and AB#205408
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)