How to run .NET tools without the SDK
.NET 10 shipped dnx
(dotnet tool exec): one-shot nuget tools, npx-style. You don’t install
them. You just run dnx stop and it downloads into the nuget cache and
starts.
[Read More]