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

[NETSDKE2E][Loc]With NET9 RC2 SDK installed, some strings are unlocalized in output of "dotnet workload --info". #43533

Open
vdanche opened this issue Sep 18, 2024 · 8 comments
Labels
Area-Workloads untriaged Request triage from a team member

Comments

@vdanche
Copy link
Member

vdanche commented Sep 18, 2024

Repro
1.install NET9 RC2 SDK on Loc windows OS. e.g Chinese/German
2. dotnet workload install aspire
3. Dotnet workload config --update-mode workload-set
4. dotnet workload --info

Expected Result:
In Step4, the output are displayed well

Actual Result:
Some strings are unlocalized

Chinese:
image

below strings also not unlocalized when specifying a workload version in globaljson file
image

German:
image

EN:
image

dotnet --info:
.NET SDK:
Version: 9.0.100-rc.2.24467.36
Commit: 4d4e576
Workload version: 9.0.100-manifests.47de87af
MSBuild version: 17.12.0-preview-24466-06+be6149fc8

运行时环境:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100-rc.2.24467.36\

已安装 .NET 工作负载:
没有要显示的已安装工作负载。
配置为在安装新清单时使用 workload sets。
Workloads are configured to install and update using workload versions, but none were found. Run "dotnet workload restore" to install a workload version.

Host:
Version: 9.0.0-rc.2.24463.7
Architecture: x64
Commit: static

.NET SDKs installed:
9.0.100-rc.2.24467.36 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.0-rtm.24466.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.0-rc.2.24463.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.0-rtm.24467.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Sep 18, 2024
@vdanche vdanche changed the title [NETSDKE2E]With NET9 RC2 SDK installed, some strings are unlocalized in output of "dotnet workload --info". [NETSDKE2E][Loc]With NET9 RC2 SDK installed, some strings are unlocalized in output of "dotnet workload --info". Sep 18, 2024
@NicoleWang001
Copy link
Member

This issue is still repro with 9.0.100-rc.2.24474.11
image

@vdtirlochan
Copy link

The issue is still reproducible on 9.0.100-rtm.24503.11
image

@voroninp
Copy link

voroninp commented Oct 5, 2024

@vdanche , how did you install 9.0.100-rc.2.24467.36 ?

@vdanche
Copy link
Member Author

vdanche commented Oct 8, 2024

@vdanche , how did you install 9.0.100-rc.2.24467.36 ?
@voroninp we get it from the table(https://github.com/dotnet/sdk/blob/main/documentation/package-table.md), currently there is no RC2 branch. Do you need another version of RC2 or only 9.0.100-rc.2.24467.36?

@voroninp
Copy link

voroninp commented Oct 8, 2024

I found out, thanks. For some reason restore script of aspnetcore wasn't installing sdk.

@vdanche
Copy link
Member Author

vdanche commented Oct 11, 2024

Some strings are fixed on 9.0.100-rtm.24509.28 (runtime-9.0.0-rtm.24503.8), But string "workload version" is unlocalized, is it expected?
Chinese:
Image
German:
Image

@baronfel

@richaverma1
Copy link

@marcpopMSFT the bug is not completely fixed, can you take a look?

@vdanche
Copy link
Member Author

vdanche commented Oct 24, 2024

currently still happens on 9.0.100 sdk
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

5 participants