Skip to content

dotnet cli produces ?s in output #8833

@qbit86

Description

@qbit86

Steps to reproduce

Run dotnet --help

Expected behavior

Readable text should output.

Actual behavior

????????? ????????? ?????? .NET (2.0.2)
?????????????: dotnet [runtime-options] [path-to-application]
?????????????: dotnet [sdk-options] [command] [arguments] [command-options]

path-to-application:
  ???? ? DLL-????? ??????????, ??????? ?????????? ?????????.

??????? SDK:
  new              ????????????? ???????? .NET.
  restore          ?????????????? ????????????, ????????? ? ???????? .NET.
  run              ?????????? ? ??????????? ?????????? ??????? .NET.
  build            ?????? ??????? .NET.
  publish          ?????????? ??????? .NET ??? ????????????? (??????? ????? ??????????).
  test             ?????????? ?????? ? ??????? ???????? ?????????? ??????, ?????????? ? ???????.
  pack             ???????? ?????? NuGet.
  migrate          ???????? ??????? ?? ?????? project.json ? ?????? ?? ?????? msbuild.
  clean            ??????? ???????? ?????? ??????.
  sln              ????????? ?????? ??????? (SLN).
  add              ?????????? ?????? ? ??????.
  remove           ???????? ?????? ?? ???????.
  list             ?????? ?????? ? ???????.
  nuget            ?????????????? ?????????????? ?????? NuGet.
  msbuild          ?????? Microsoft Build Engine (MSBuild).
  vstest           ?????? ????????? ????????? ?????? ?????????? ??? ?????????? ??????.

????? ?????????:
  -v|--verbosity        ????????? ?????? ??????????? ??? ???????. ?????????? ????????: q[uiet], m[inimal], n[ormal], d[etailed] ? diag[nostic].
  -h|--help             ???????? ???????.

????????? ??????? "dotnet ??????? --help" ??? ????????? ?????????????? ?????????? ? ???????.

sdk-options:
  --version        ??????????? ?????? ?????? SDK ??? .NET Core.
  --info           ??????????? ???????? ? .NET Core.
  -d|--diagnostics ????????? ???????? ?????? ???????????.

runtime-options:
  --additionalprobingpath <path>    ???? ? ???????? ???????? ? ??????????? ???????.
  --fx-version <version>            ?????? ????????????? ????? ?????????, ??????? ??????? ???????????? ??? ??????? ??????????.
  --roll-forward-on-no-candidate-fx ???? ????????????? ????? ????????? ?? ????????, ??????????? ?????.
  --additional-deps <path>          ???? ? ??????????????? ????? deps.json.

Environment data

dotnet --info output:

????????? ????????? ?????? .NET (2.0.2)

Product Information:
 Version:            2.0.2
 Commit SHA-1 hash:  a04b4bf512

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.15063
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\2.0.2\

Microsoft .NET Core Shared Framework Host

  Version  : 2.0.0
  Build    : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions