-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update the --info output #8839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed. The current output makes it hard to determine which "SDK" is being used. |
A system can have multiple sdks installed. when picking up global.json:
when no global.json:
|
A few other points. I don't care too much whether the build info is listed as Also, if we're going to call it
But when you look at all the repeated ".NET Core" text above and observe that using
I could go either way on that but more important is to be consistent. Either consistently use |
This issue is associated with a similar issue in dotnet/cores-setup. Both will remain as coordinated action is probable in both repos |
OK, I put on my "don't make me think too much about such trivia" hat and came up with this. It needs polish, but let's start by asking if it seems a good idea to explain clearly to the reader what each value means. I think it will come out casual. And also: Pick build or hash, don't continue with both. I was told they exist here to help support. I just didn't do that yet as I don't know which is better.
If we are able to include global.json presence, then one of the following (desirable, but may not fit the current timeframe):
Thoughts? |
Fixed by dotnet/cli#8736. |
Update --info to the following scheme:
The text was updated successfully, but these errors were encountered: