PreviousNext

Fun with global tools in .NET Core 2.1 Preview 1

by atsvetkov, 2018-03-12T00:28:08.575Z

In recently released .NET Core 2.1 Preview 1, tools packages can be installed globally on the machine. This article explains how it works and shows how to create a small development web server utility, which exposes current directory contents via HTTP with a simple "dotnet serve" command.

Read More