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.

.NET Core Installer vs .NET Core Cli Installers is confusing

See original GitHub issue

I installed .NET Core Installer and wanted to confirm that I have the latest version and got:

PS C:\WINDOWS\system32> dotnet --version
Could not resolve SDK directory from [C:\Program Files\dotnet]

I did see that --help options in the new thing were limited but was not aware that I need a different installer to do my dev work. This is quite confusing since the tutorials say you should do dotnet build, dotnet run etc. but if you install just the Core Installer nothing of this works. The message and --help is very unhelpful either.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
moozzykcommented, Mar 25, 2016

Yes, @anurse explained it too me. But users don’t have @anurse or you around - the message should make it possible to figure it out on my own. At the moment is is not helpful.

2reactions
akoeplingercommented, Mar 29, 2016

You could call it .NET Core Command Line Interface (CLI) similar to the SDK. I agree that Tools is more confusing even though there are different CLI meanings.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started with latest dotnet core using command line ...
The installer says it is installing .NET Core 1.0.1 and SDK Preview 4. Again no mention of the SDK major or minor version...
Read more >
DotNet Core Version Confusion
On Linux, I use: ls /path/to/dotnet/shared/Microsoft.NETCore.App/ to list all the runtime versions available for that particular .NET Core ...
Read more >
cant Install [.net core] packages using visual studio code ...
I using the latest asp core 3.1 framework. I am trying to setup my database but there is an issue. I can't seem...
Read more >
Improving .NET Core installation in Visual Studio and on ...
NET Core installer for Windows will not be affected by the Visual Studio installer. This would happen if, for example, additional versions of...
Read more >
Demystifying .NET Core and .NET Standard
NET family, there's much confusion about .NET Core and .NET Standard and how they differ from the .NET Framework. In this article, I'll...
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