[release/v7.6.6] Remove the <assembly> element for from CmdletizationCoreResources.resx - #27932
Merged
Patrick Meinecke (SeeminglyScience) merged 1 commit intoSep 1, 2026
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Patrick Meinecke (SeeminglyScience)
September 1, 2026 02:11
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR backports #27900 to the release/v7.6.6 branch by removing an unused <assembly> reference from CmdletizationCoreResources.resx, aligning the resource file with the expected format for localization/resource validation tooling.
Changes:
- Removed the leftover
<assembly alias="System.Windows.Forms" ... />element fromCmdletizationCoreResources.resx.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Justin Chung (jshigetomi)
approved these changes
Sep 1, 2026
Patrick Meinecke (SeeminglyScience)
merged commit Sep 1, 2026
046b83b
into
PowerShell:release/v7.6.6
36 checks passed
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.
Backport of #27900 to release/v7.6.6
Triggered by Patrick Meinecke (@SeeminglyScience) on behalf of Dongbo Wang (@daxian-dbw)
Original CL Label: CL-General
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Removes a leftover
<assembly>element in CmdletizationCoreResources.resx missed by the earlier #27869 cleanup, required for correct localization/resource validation.Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Cherry-picked cleanly with no conflicts, since the prerequisite change from #27869 was already present in the release branch.
Risk
REQUIRED: Check exactly one box.
Removes a leftover unused
<assembly>element from a resx file, a follow-up cleanup to already-present code in the release branch; no runtime behavior change.