question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doc for missing dotnet command

See original GitHub issue

The following is the experience when cannot find command. Due to the added complicity of local tools, we need a link for more detail. The second session is proposed the message. And the aka.ms need a doc with detailed information.

dotnet noexists
No executable found matching command "dotnet-noexists"
No executable found matching command "dotnet-noexists". See https://aka.ms/missing-command for more information.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danmoseleycommented, Jan 18, 2019

@KathleenDollard I tried global tools for the first time today and this was my experience:

c:\git>dotnet tool install -g dotnet-versioninfo
You can invoke the tool using the following command: versioninfo
Tool 'dotnet-versioninfo' (version '1.0.2') was successfully installed.

c:\git>dotnet versioninfo
No executable found matching command "dotnet-versioninfo". See https://aka.ms/missing-command for more information.

And I go to that page and it says nothing. So this was a bit of a failed experience. Can we get this page added?

0reactions
wli3commented, Mar 7, 2019

We will remove the link and use the text in https://github.com/dotnet/cli/issues/10911 instead. We think the text can cover all the case now

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet command - .NET CLI
The dotnet command has two functions: It provides commands for working with .NET projects. For example, dotnet build builds a project.
Read more >
Where is the dotnet command executable located on ...
dotnet.exe is located in. C:\Program Files\dotnet>. If you are using command prompt and getting message that 'dotnet' is not recognized as ...
Read more >
Command-line DotNet commands not found under ...
Command -line DotNet commands not found under Windows 10 #2932 ... by adding "c:\Program Files\dotnet" as a PATH environment variable entry.
Read more >
'dotnet' is not recognized as an internal or external ...
If I run the “GetDotnetPath.bat” file in “C:\Program Files\Epic ... If not set (missing from the list), Unreal falls back to the default...
Read more >
.NET and Visual Studio Code
Enter the following command in the command shell: dotnet new console. When the project folder is first opened in VS Code: A ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found