dotnet / format

Home for the dotnet-format command
MIT License
1.91k stars 172 forks source link

Does not adhere to language set in `DOTNET_CLI_UI_LANGUAGE` #2173

Open just-ero opened 2 months ago

just-ero commented 2 months ago

Description

dotnet format (partially) outputs in the system language despite setting $env:DOTNET_CLI_UI_LANGUAGE="en". Other commands like dotnet --info do change with this variable set.