site image
Andrew Lock avatar

Andrew Lock

.NET CLI
  1. Loading...
  2. Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!

    From Zero to Hero: REST APIs in .NET
  3. ASP.NET Core in Action, Third Edition

    My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

  4. Banner image for Fixing build warning NETSSDK1138 when building projects with end-of-life .NET frameworks

    Fixing build warning NETSSDK1138 when building projects with end-of-life .NET frameworks

    In this post I describe how to hide the warning generated by the dotnet CLI when working with end-of-life frameworks like .NET Core 3.0 (netcoreapp3.0)…

     in  .NET CLI DevOps .NET Core
  5. Banner image for Running .NET Core global tools in non-sdk Docker images

    Running .NET Core global tools in non-sdk Docker images

    In this post I describe how you can avoid the dependencies of global tools on the .NET Core SDK and runtime by containerising them using Docker.…

     in  Docker Docker Hub .NET CLI .NET Core
  6. Banner image for Converting web.config files to appsettings.json with a .NET Core global tool

    Converting web.config files to appsettings.json with a .NET Core global tool

    In this post I describe how I created a .NET Core global tool to easily convert configuration stored in web.config files to JSON files for ASP.NET Core.…

  7. Banner image for Creating a .NET Core global CLI tool for squashing images with the TinyPNG API

    Creating a .NET Core global CLI tool for squashing images with the TinyPNG API

    In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API…

     in  .NET Core ASP.NET Core 2.1 .NET CLI
  8. Banner image for Including linked files from outside the project directory in ASP.NET Core

    Including linked files from outside the project directory in ASP.NET Core

    In this post I show how to include files in a project that are outside the project directory…

     in  ASP.NET Core .NET Core Visual Studio .NET CLI
  9. Banner image for Running tests with dotnet xunit using Cake

    Running tests with dotnet xunit using Cake

    In this post I show how you can run tests using the xUnit .NET CLI Tool "dotnet xunit" when building projects using Cake, by using the DotNetCoreTool alias.…

     in  Testing .NET Core .NET CLI DevOps
Andrew Lock | .Net Escapades
Want an email when
there's new posts?