You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Note: .NET has an annual release cycle and we include the preview version in our
35
35
Visual Studio requires a setting to compile using these preview versions:
36
36
- Tools > Options > Environment > Preview Features > "Use previews of the .NET SDK".
37
37
38
+
Note: If your OS language is not english and would like to display the .NET CLI messages in English, set the `DOTNET_CLI_UI_LANGUAGE` environment variable to `en`.
39
+
38
40
## Build
39
41
40
42
Solutions can be built in either Visual Studio or via .NET CLI `dotnet build` ([link](https://docs.microsoft.com/dotnet/core/tools/dotnet-build)).
0 commit comments