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.

Publish as .NET Core Global Tool

See original GitHub issue

With 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:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lucaslorentzcommented, Nov 17, 2019

Fixed on version v3.0.0-alpha-1

0reactions
lucaslorentzcommented, Jun 6, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

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 Hashnode Post

No results found