Binary Encoding: Adds support to DateTimeOffset type in CosmosDBNewtonsoftWriter - #5474
Merged
Kiran Kumar Kolli (kirankumarkolli) merged 8 commits intoNov 15, 2025
Merged
Conversation
Meghana Palaparthi (Meghana-Palaparthi)
marked this pull request as ready for review
November 5, 2025 17:06
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Kiran Kumar Kolli (kirankumarkolli)
previously approved these changes
Nov 5, 2025
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Kiran Kumar Kolli (kirankumarkolli)
approved these changes
Nov 10, 2025
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run |
This was referenced Apr 27, 2026
Open
This was referenced May 18, 2026
Closed
This was referenced Jun 3, 2026
Closed
This was referenced Jun 11, 2026
This was referenced Jun 25, 2026
This was referenced Jul 17, 2026
This was referenced Aug 10, 2026
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
During some of the internal customer (IC3) validation, it was identified that when the Cosmos .Net SDK is initialized with binary encoding, and a
DateTimeOffsetfield is passed in the payload, the serialization layer is unable to parse the field and hence fails the operation.This PR fixes the serialization gap by extending support to
DateTimeOffsettype inCosmosDBNewtonsoftWriterType of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #5473