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.

Update the --info output

See original GitHub issue

Update --info to the following scheme:

$ dotnet --info
.NET Core SDK Information:
  SDK Version:  x.y.z
  SDK Build:    e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

Runtime Environment:
  OS Name:      Mac OS X
  OS Version:   10.12
  OS Platform:  Darwin
  RID:          osx.10.12-x64
  Base Path:    /usr/local/share/dotnet/sdk/2.0.0/

.NET Core Host (dotnet) Information:
  Host Version: x.y.z
  Host Build:   fab8861ac7faf042c87a5c2f9f2d04c98b69f297

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
tmdscommented, Oct 28, 2017

A system can have multiple sdks installed. If info only shows one, probably it’s the one that is relevant to the current working directory? It would be good to add this to the output:

when picking up global.json:

.NET Core SDK Information (global.json):

when no global.json:

.NET Core SDK Information (latest):
0reactions
livarcocccommented, Mar 12, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

How Do I Update My Billing Information?
You can update your billing information at https://output.com/account/subscriptions. Scroll down to the "Payment Method" section.
Read more >
How to update command line output?
Use the carriage return. It will move the cursor back to the start of the line, from which you can overwrite what was...
Read more >
The OUTPUT Clause for UPDATE Statements
The OUTPUT clause returns the values of each row that was affected by an INSERT, UPDATE or DELETE statements. It even supports the...
Read more >
linux - How do commands like top update output without ...
linux - How do commands like top update output without appending in the console? - Super User.
Read more >
How do you update a line in terminal output? : r/unix
A few tools do this. For example: docker, when pulling/pushing images shows an updating progress bar; debian, the apt package manager ...
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