Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Publish as a .NET Core Global Tool #804

Open
bruno-garcia opened this issue Mar 4, 2018 · 2 comments
Open

Publish as a .NET Core Global Tool #804

bruno-garcia opened this issue Mar 4, 2018 · 2 comments

Comments

@bruno-garcia
Copy link

Last week the .NET Core team released a preview for version 2.1.
With this release the CLI now support what they called: .NET Core Global Tools.

To quote the announcement:

.NET Core tools are .NET Core console apps that are packaged and acquired as NuGet packages. By default, these tools are framework-dependent applications and include all of their NuGet dependencies. This means that a given global tool will run on any operating system or chip architecture by default. You might need an existing tool on a new version of Linux. As long as .NET Core works there, you should be able to run the tool.

It'd look like

dotnet install tool -g opencover
@sawilde sawilde added the feature label Mar 6, 2018
@sawilde
Copy link
Member

sawilde commented Mar 6, 2018

thanks - I'll add it to the backlog

@sawilde sawilde added this to To do in OpenCover - Future Jan 6, 2019
@sawilde sawilde added the low label Jan 6, 2019
@sawilde sawilde removed this from To do in OpenCover - Future Jan 2, 2021
@sawilde sawilde added this to To do in OpenCover - Feature Jan 2, 2021
@drusellers
Copy link

Would love to see this, especially when I'm looking to add to my GitHub Actions testing process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

No branches or pull requests

3 participants