-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling serialization customization through CosmosSerializerOptions (#…
…650) * Made JsonSerializerSettings internal. Exposed a new constructor with popular flags to make it easier for users that only require basic flags. Refactored all serializer classes into a single folder. * Fixed contract UT and updated changelog * Made CosmosJsonDotNetSerializer internal. Added CosmosSerializerOptions to CosmosClientOptions. Added new UT. * Fixed naming * Updating file name and changelog * Update contract test * Fixed spacing * Adding additional info to ValidateAsync test to understand transient failure * Fixing contract enforcement test * Updated naming * Additional contract checks * Updating contract from VS2017 * Fixed contract test for VS2019 to skip is IsReadOnlyAttribute * Update Microsoft.Azure.Cosmos/src/Serializer/CosmosSerializerOptions.cs Co-Authored-By: Matias Quaranta <ealsur@users.noreply.github.com> * Update Microsoft.Azure.Cosmos/src/Serializer/CosmosSerializerOptions.cs Co-Authored-By: Matias Quaranta <ealsur@users.noreply.github.com> * Update Microsoft.Azure.Cosmos/src/Serializer/CosmosSerializerOptions.cs Co-Authored-By: Matias Quaranta <ealsur@users.noreply.github.com> * Renamed CosmosSerializerOptions to CosmosSerializationOptions * Added more comments * Reverting DocumentClientWithUriParameters changes * Revert "Reverting DocumentClientWithUriParameters changes" This reverts commit febd523. * Reverting accidental changes * Adding comment examples, Converted options to be nullable * Updated contract test * Fixed Unit test * Converted to a class with default values and updated changelog * Updated contract api
- Loading branch information
1 parent
30ee898
commit 0843cae
Showing
19 changed files
with
482 additions
and
137 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
Oops, something went wrong.