dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

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

Open chengchengry opened 1 month ago

chengchengry commented 1 month ago

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

mairaw commented 1 month ago

Have you installed the .NET 8 SDK on your machine?

github-actions[bot] commented 1 week ago

This issue is stale because there has been no response to a request for more information for 7 days.