inktoolbar generated casing fix - #11638
Open
Nitin Chaudhary (Nitin-100) wants to merge 2 commits into
Open
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Harshit (harshit7962)
approved these changes
Aug 25, 2026
Harshit (harshit7962)
left a comment
Contributor
There was a problem hiding this comment.
File renames, LGTM
added 2 commits
August 25, 2026 21:16
DependencyPropertyCodeGen names its outputs after the runtimeclass (type.Name), which is the shipped lowercase 'InkToolbar'. InkToolBar.vcxitems and the ADO source (PR 16362875) already use lowercase, but these 31 committed Generated/*.properties.* files kept the original capital 'InkToolBar' because the ADO case-only rename did not propagate through the case-insensitive mirror. On GitHub full builds this mismatch surfaces the generated files as churn. Renaming to lowercase matches the generator output, the project references, and ADO, so the churn stops.
Renames the controls/dev/InkToolBar folder and its files to lowercase 'InkToolbar' to match the shipped runtimeclass and the ADO source (PR 16362875). Pure renames: project/include references already use the lowercase name, so no content changes. Completes the mirror's dropped case-only rename together with the generated-file casing fix.
Nitin Chaudhary (Nitin-100)
force-pushed
the
user/nitinc/inktoolbar-generated-casing-fix
branch
from
August 25, 2026 15:51
0aa6337 to
52f1a88
Compare
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.
Fixes
Fixes #
PR Type
Description
Current Behavior
New Behavior
Customer Impact
Regression Potential
How Has This Been Tested?
Screenshots (if appropriate)