Remove JSON format option from ADO.NET configuration docs#9836
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes an outdated configuration option from the ADO.NET persistence documentation. The UseJsonFormat option was previously removed from the codebase in commit 316ddd7, but the documentation example was not updated at that time.
- Removes the
UseJsonFormatconfiguration line from the README example
Member
|
@benjaminpetit ptal |
|
A similar leftover (in the documentation) is here: |
Contributor
Author
|
@dotnet-policy-service agree |
Removed the option to use JSON format for storage. This option was removed in dotnet@316ddd7
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ReubenBond
approved these changes
Feb 15, 2026
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Feb 15, 2026
* Remove JSON format option from ADO.NET configuration Removed the option to use JSON format for storage. This option was removed in 316ddd7 * update AdoNetGrainStorage summary * Fix ADO.NET invariant default in AdoNetGrainStorage docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Reuben Bond <reuben.bond@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rkargMsft
pushed a commit
to rkargMsft/orleans
that referenced
this pull request
Feb 27, 2026
* Remove JSON format option from ADO.NET configuration Removed the option to use JSON format for storage. This option was removed in dotnet@316ddd7 * update AdoNetGrainStorage summary * Fix ADO.NET invariant default in AdoNetGrainStorage docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Reuben Bond <reuben.bond@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Removed the option to use JSON format for storage.
This option was removed in
316ddd7
Microsoft Reviewers: Open in CodeFlow