You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
It'd look like
The text was updated successfully, but these errors were encountered: