Skip to content

Fix localization of test adapter messages - #3867

Merged
Jakub Jareš (nohwnd) merged 3 commits into
mainfrom
fix-localization
Oct 15, 2024
Merged

Fix localization of test adapter messages#3867
Jakub Jareš (nohwnd) merged 3 commits into
mainfrom
fix-localization

Conversation

@nohwnd

Copy link
Copy Markdown
Member

Copy the resource dlls into the correct localization folders for localized runs.

image

Fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2221503?src=WorkItemMention&src-action=artifact_link

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

netfx-netcore-netstandard folder is using CultureString instead of UICulturehttps://github.com/microsoft/testfx/blob/main/src/Adapter/MSTest.TestAdapter/build/netfx-netcore-netstandard/MSTest.TestAdapter.targets#L71. I am not sure if these should be unified.

Also uwp is having similar bug as net. Could you port the fix there too?

@nohwnd

Copy link
Copy Markdown
MemberAuthor

ah, I thought this is a common target that is used by all the tfms. will fix.

@Evangelink

Copy link
Copy Markdown
Member

Jakub Jareš (@nohwnd) once ready, could you please backport to rel/3.6 branch too?

Sign up for freeto 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.

2 participants

@nohwnd@Evangelink