Building .NET Tools with .NET Core 2.1

.NET Core SDK 2.1 shipped with a new and exciting new feature: global tools.  If you worked with npm, you already have a good idea what global tooling is about.  Think angular CLI or similar.  It is an executable, written in .NET Core that you can install on your machine.  It can perform any number …

Continue reading ‘Building .NET Tools with .NET Core 2.1’ »