Remove formatting-only changes from DocumentClient.cs while preserving logical changes#5309
Closed
Remove formatting-only changes from DocumentClient.cs while preserving logical changes#5309
Conversation
Copilot
AI
changed the title
[WIP] Remove whitespace-only changes in DocumentClient.cs and keep only logic changes
Remove formatting-only changes from DocumentClient.cs while preserving logical changes
Jul 22, 2025
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.
This PR removes whitespace and formatting-only changes from
DocumentClient.cswhile preserving all logical code changes related to thin client enablement functionality.Changes Made
Formatting Changes Reverted (No Functional Impact)
Logical Changes Preserved (Functional Changes)
isThinClientEnabledfrom readonly field to instance variable with default initializationisThinClientEnabledinitialization from constructorsisThinClientEnabledbased on account service configuration propertiesenableThinClientModeparameter from method signatures where no longer neededSummary
The diff now contains only the essential logical changes for thin client enablement feature while removing all cosmetic formatting changes that were mixed in with the functional code. This ensures the PR focuses solely on the feature implementation without introducing unnecessary formatting inconsistencies.
Before: Mixed logical and formatting changes making the diff harder to review
After: Clean diff showing only the functional changes for thin client enablement
All functionality remains intact - only whitespace and indentation formatting has been normalized to match the master branch standards.
This pull request was created as a result of the following prompt from Copilot chat.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.