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.

Document and clarify the parameters for dotnet-install

See original GitHub issue

Steps to reproduce

Follow the instructions here to try to install version 1.1.1 of the shared runtime: https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-install-script

Expected behavior

It works

Actual behavior

None of the channel names documented there work. Web searches return nothing that documents what do use.

By guessing I found that the correct channel name for installing 1.1.1 is ‘1.1.0’. E.g.

source ./dotnet-install.sh --channel 'release/1.1.0' --version '1.1.1' --shared-runtime

Environment data

Ubuntu 16.04

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
johnbeisnercommented, Sep 18, 2017

On April 17, 2017 this statement was true: “to use https://dot.net/v1/dotnet-install.ps1 and it works with released versions but I was not be able to use one of the other channels”

However, the scripts at the aforementioned location have been updated recently and are working as expected. Be advised that the channels: “Preview” and “Future” are no longer supported.

1reaction
guardrexcommented, Jun 24, 2017

@mairaw Sure thing. I’ll create a tracking issue in the morning ~and roll this into https://github.com/dotnet/docs/pull/2480~ and put this on a new PR … that one is getting insanely BIG.

@JohnRusk @WernerMairl I’ll ping you on the issue. Thanks for researching it and describing your scenarios here. Let’s follow-up over on the docs repo after I get the issue established, and we’ll make sure we get some enhanced coverage in place.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet tool install command - .NET CLI
The dotnet tool install command provides a way for you to install .NET tools on your machine. To use the command, you specify...
Read more >
dotnet tool install have trouble installing when an private ...
I tried 'dotnet tool install -g sourcelink', and have in the the global nuget.config the company nuget feed from vsts. C:\Program Files\dotnet\ ...
Read more >
asp.net - Error "dotnet : Could not find any project in `C:\ ...
Arguments : The project file to operate on. If a file is not specified, the command will search the current directory for one....
Read more >
Install and Configure MATLAB Runtime
When you specify installation arguments, the MATLAB Runtime installer runs as a background task and does not display any dialog boxes. When running ......
Read more >
.NET | TeamCity On-Premises Documentation
This page describes the settings of all supported .NET commands and gives guidelines on migration from the obsolete build runners.
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