chore: remove FDv2 pre-release warnings for GA promotion#257
Merged
Conversation
FDv2 / data-saving mode is going GA per the SDK release-standards spec.
Removes the pre-release warning prose ("not stable, and not subject to
any backwards compatibility guarantees", "in early access. ...join the
EAP") from FDv2-related XML doc comments in the server SDK package.
Descriptive doc comments are preserved.
SDK-2349
tanderson-ld
approved these changes
May 12, 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.
Summary
<para>...</para>warning blocks ("not stable, and not subject to any backwards compatibility guarantees", "in early access. Please join the EAP") from XML doc comments on FDv2-related types inpkgs/sdk/server/src/. Descriptive<summary>and other XML doc tags are preserved.Tracking: SDK-2349
Test plan
dotnet buildnot run locally -- CLI unavailable in cleanup environment; XML doc structure spot-checked)Note
Low Risk
Doc-comment-only changes that remove early-access/unstable warnings from FDv2/data system related types; no runtime behavior or API signatures change.
Overview
Removes the early-access/unstable warning
<para>blocks from XML documentation on FDv2/data system-related public types (e.g.,Configuration.DataSystem,ConfigurationBuilder.DataSystem,DataSystemBuilder/DataSystemComponents/DataSystemModes, FDv2 data source builders, and related subsystem types likeSelectorandDataStoreTypes.ChangeSet).Keeps the existing summaries/examples/remarks intact while promoting these docs to GA-level wording.
Reviewed by Cursor Bugbot for commit 7511b3e. Bugbot is set up for automated code reviews on this repo. Configure here.