INSTALL STEPS
- Clean machine: Win11 x64 24h2
- Install SDK 8.0.407
- Install latest Aspire 9.1.0-preview.1.25118.11
REPRO STEPS
- Create a .NET Aspire Starter App project via
dotnet new aspire-starter -o Aspire1 -f net8.0
- Run the project via
dotnet run or dotnet watch
- Change the display language to "Chinese Simplified" in Settings
- Open the Help page or open the Settings page > Hover your mouse over the Close button
ACTUAL
'关闭' in the Help page and Settings page, the display is incorrect due to font.


NOTE
After some research, I found that errors occur when using these fonts.
Microsoft Jheng Hei/Microsoft Jheng Hei Light/Microsoft Jheng Hei UI/Microsoft Jheng Hei Ul Light

EXPECTED
Hopefully '关闭' is showing correctly.
INSTALL STEPS
REPRO STEPS
dotnet new aspire-starter -o Aspire1 -f net8.0dotnet runordotnet watchACTUAL

'关闭' in the Help page and Settings page, the display is incorrect due to font.
NOTE

After some research, I found that errors occur when using these fonts.
Microsoft Jheng Hei/Microsoft Jheng Hei Light/Microsoft Jheng Hei UI/Microsoft Jheng Hei Ul Light
EXPECTED
Hopefully '关闭' is showing correctly.