-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Cosmos: Modernize JSON serialization - Update pipeline #38024
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
Merged
AndriySvyryd
merged 33 commits into
dotnet:main
from
JoasE:feature/#34567-UpdatePipeline
Apr 11, 2026
Merged
Changes from 23 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
289db02
Cosmos: Modernize JSON serialization - Update pipeline
JoasE e637ecc
Merge branch 'main' of https://github.com/dotnet/efcore into feature/…
JoasE e54b34a
Fix tests and add clone method
JoasE bd27697
Vector fixes
JoasE e5a4b9a
Merge branch 'main' of https://github.com/dotnet/efcore into feature/…
JoasE da9163d
fix whitespace
JoasE d69f953
Fix tests
JoasE 5302506
Clean
JoasE 72d2272
Merge branch 'main' of https://github.com/dotnet/efcore into feature/…
JoasE b38b19c
Clean
JoasE ab0a8f5
remove ContentResponseOnWriteEnabled
JoasE 139fa79
Revert "remove ContentResponseOnWriteEnabled"
JoasE 8bb031e
Obsolete EnableContentResponseOnWrite
JoasE a1ad382
Simplify batch tests
JoasE 1d432d5
Clean
JoasE 057f769
Set type mapping via CosmosPropertyBuilderExtensions
JoasE a411b55
Ignore ManyServiceProvidersCreatedWarning
JoasE 87ccd09
Clean
JoasE 6133ccb
Move ManyServiceProvidersCreatedWarning to specific test
JoasE 2e3f7c4
Use HandlesNullWrites
JoasE 8bb0110
Add more Ignore(ManyServiceProvidersCreatedWarning) to ConfigPatterns…
JoasE f0a20b2
Use separate SP
JoasE cd57ea4
Dispose SP
JoasE ab307c8
Add CosmosRetryTest
JoasE d74bd64
Clean
JoasE a5f0443
Add using
JoasE 18028cb
Clean
JoasE 5e41d53
Merge branch 'main' of https://github.com/dotnet/efcore into feature/…
JoasE c2aea81
Use ROM and new streams
JoasE 7c4ed82
Small exception message change
JoasE b7b79f5
Clean
JoasE a061ffd
Move TypeMapping spec to FindMapping
JoasE 4d63968
Use TryFindJsonCollectionMapping
JoasE File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ namespace Microsoft.EntityFrameworkCore.Cosmos.Query.Internal; | |
| /// <remarks> | ||
| /// Inspired by RelationalJsonUtilities. | ||
| /// </remarks> | ||
| public static class CosmosSerializationUtilities | ||
| public static class CosmosSerializationUtilities // @TODO: Can this be removed? Use document source instead? #34567 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, you should be able to remove this |
||
| { | ||
| /// <summary> | ||
| /// This is an internal API that supports the Entity Framework Core infrastructure and not subject to | ||
|
|
||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.