Error parsing dotnet --info: Error: Command failed: dotnet --list-runtimes Unknown option: --list-runtimes .NET Command Line Tools (2.1.202) Usage: dotnet [runtime-options] [path-to-application] Usage: dotnet [sdk-options] [command] [arguments] [command-options] path-to-application: The path to an application .dll file to execute. SDK commands: new Initialize .NET projects. restore Restore dependencies specified in the .NET project. run Compiles and immediately executes a .NET project. build Builds a .NET project. publish Publishes a .NET project for deployment (including the runtime). test Runs unit tests using the test runner specified in the project. pack Creates a NuGet package. migrate Migrates a project.json based project to a msbuild based project. clean Clean build output(s). sln Modify solution (SLN) files. add ... #213
Description
URL
https://dotnet.microsoft.com/zh-cn/learn/dotnet/hello-world-tutorial/create
Operating system
macos
More information about your system
No response
Description
Error parsing dotnet --info: Error: Command failed: dotnet --list-runtimes Unknown option: --list-runtimes .NET Command Line Tools (2.1.202) Usage: dotnet [runtime-options] [path-to-application] Usage: dotnet [sdk-options] [command] [arguments] [command-options] path-to-application: The path to an application .dll file to execute. SDK commands: new Initialize .NET projects. restore Restore dependencies specified in the .NET project. run Compiles and immediately executes a .NET project. build Builds a .NET project. publish Publishes a .NET project for deployment (including the runtime). test Runs unit tests using the test runner specified in the project. pack Creates a NuGet package. migrate Migrates a project.json based project to a msbuild based project. clean Clean build output(s). sln Modify solution (SLN) files. add ...
dotnet --info
No response