Publish as .NET Core Global Tool
See original GitHub issueWith the upcoming release of dotnet core 2.1 they’re introducing global tools. It works like NPM global tools (npm install -g package)
That would a nice alternative way to install MiniCover. So instead of having a tools project you can simply do dotnet install tool -g minicover
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Tutorial: Create a .NET tool using the .NET CLI
The .NET CLI lets you create a console application as a tool, which others can install and run. .NET tools are NuGet packages...
Read more >dotnet publish command - .NET CLI
Learn .NET · Tools and diagnostics · Tools ... NET Core 3.1 SDK and later versions ... Visual Studio publish profiles (.pubxml) for...
Read more >How to publish a dotnet global tool with .NET Core 2.1
#Create the project · #Publish the tool on NuGet · #Install the tool · #List the .NET Core global tools installed on the...
Read more >Using .NET Core Tools to Create Reusable and Shareable ...
NET Core Tool is to make it easy to build, publish, and consume executable tools in the same way you can create NuGet...
Read more >What are Global Tools, How to Create and Use them
NET Core Global tools : how to use them, how to create them and what to ... published by the same author, before...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed on version v3.0.0-alpha-1
No Daniel, I didn’t work on it yet. Have you tried https://github.com/tonerdo/coverlet ? It seems to be a better alternative nowadays.