Skip to content

Support custom culture in RAR#11000

Merged
JanKrivanek merged 7 commits intomainfrom
proto/custom-culture
Nov 28, 2024
Merged

Support custom culture in RAR#11000
JanKrivanek merged 7 commits intomainfrom
proto/custom-culture

Conversation

@JanKrivanek
Copy link
Member

@JanKrivanek JanKrivanek commented Nov 19, 2024

Fixes #10536
Contributes to #10996

Context

Custom culture on EmbeddedResource items is supported by AssignTask (from #10026), but it's then ignored by RAR task (and CreateManifestResourceName as well)

Changes Made

We are no more checking the recoginzed culture against the known list. Putting this behind changewave - as it has pottential to break esoteric scenarios of binaries with .resource.dll existing in subdirs, but actually not being a satelite assemblies

Testing

Manual testing on a scenario from the bug
Tailored tests added in #11023 (will be uncommented after merging this PR)

@maridematte
Copy link
Member

For changes featured in ChangeWaves please update the changewave doc.

@JanKrivanek JanKrivanek requested a review from SimaTian November 26, 2024 09:58
Copy link
Member

@surayya-MS surayya-MS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@jwoodward10
Copy link

This code seems to be deployed with MSBuild version 17.13.19+0d9f5a35a for .NET Framework. Why isn't the https://learn.microsoft.com/en-us/visualstudio/msbuild/change-waves?view=vs-2022 document up to date with the commits in this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Satellite assemblies with un-predefined cultures are not copied correctly into depended projects

5 participants