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.

Make into a `dotnet` tool?

See original GitHub issue

The dotnet CLI has a handy feature of “tools” (like extensions). I could see this being a very useful one. It would make your tool very easy to install & use.

https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jmalarconcommented, Jan 25, 2022

You’re right. Thanks for the suggestion.

I don’t know I I’ll have the time soon to do something like that, but I keep the idea here for doing sometime in the future 😊

0reactions
Burzyn1commented, Sep 18, 2022

+1

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 >
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 >
Building Custom Tools into Dotnet Core
The dotnet tool command is built into the dotnet CLI to allow you to manage global tools on a given workstation. dotnet tool...
Read more >
Using .NET Core Tools to Create Reusable and ... - Rick Strahl
The idea behind a Dotnet Tool is to make it easy to build, publish and consume executable tools in the same way you've...
Read more >
Create your own .NET CLI tool
This will create tool manifest file dotnet-tools.json in the .config subfolder under the main folder. Then invoke this command: > dotnet tool ......
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