C# All The Things
.NET Core Global Tools. You don't need glasses to C#.
I’m proud to share that this post is part of the C# Advent Calendar and it’s my second year contributing to it! I encourage you to check out all the others
<a href="https://crosscuttingconcerns.com/The-Second-Annual-C-Advent" target='_blank'>here</a>.
Developers Are Lazy
In the world of web development it is hard to escape certain tools that we are forced to rely on. As developers we’re innately lazy and it is safe to say that perhaps we don’t really care enough to look into other tooling options. Let’s face it… you’re lazy, and I’m lazy and that is all there is to it. .NET Core offers
<a href="https://aka.ms/global-tools" target='_blank'>global tooling</a>
, much like NPM you can use these tools for various build automation tasks. It’s worth exploring .NET Core Global Tooling to see how it might enable us to be even more lazy!