Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nuget localization issue #15329

Merged
merged 3 commits into from
Jun 7, 2023
Merged

Conversation

KevinRansom
Copy link
Member

@KevinRansom KevinRansom commented Jun 6, 2023

#15294 (comment)

In his analysis of this bug @0xBruceLiao identified that the dotnet sdk localise the source enabled/disabled indicator in:

dotnet nuget list source --format detailed

This PR fixes the issue by setting the "DOTNET_CLI_UI_LANGUAGE" to "en-us" when executing this command during packagemanagement.

The image below demonstrates the error in the released fsi, and the fix built with this pr, on a windows localized to French because I did a bit of that at school.

image

@KevinRansom KevinRansom requested a review from a team as a code owner June 6, 2023 18:54
@KevinRansom KevinRansom force-pushed the nugetsourceslocalized branch from ef4bfe8 to f8b7618 Compare June 6, 2023 19:00
Copy link
Member

@T-Gro T-Gro left a comment

Choose a reason for hiding this comment

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

Very nice finding!

@T-Gro T-Gro merged commit 8dab801 into dotnet:main Jun 7, 2023
majocha pushed a commit to majocha/fsharp that referenced this pull request Jun 8, 2023
* Fix nuget localization issue
@KevinRansom KevinRansom deleted the nugetsourceslocalized branch March 21, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants