-
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"!
-
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. You even get a free copy of the previous editions of ASP.NET Core in Action!
-
Drawing graphs in GitHub comments with Mermaid diagrams
In this post I show how I hacked graphs into GitHub PR comments using Mermaid diagrams…
in GitHub -
Handling concurrent merges to master in multi-stage Azure DevOps pipelines
In this post I describe a problem we were seeing in our large Azure DevOps pipeline, where a merge to master would cause PR builds to break mid-run.…
-
Downloading artifacts from Azure DevOps using .NET
In this post I show how to use the Azure DevOps REST API to view the results of builds from Pipelines and how to download the artifacts…
-
Using SSH and localhost.run to test GitHub webhooks locally
In this post I describe how to test GitHub webhooks locally using SSH and localhost.run, a free service for HTTP tunnelling.…
-
Auto-assigning issues using a GitHub Action
Creating my first GitHub app with Probot - Part 4
In this post I show how to add a GitHub action to your repository that auto-assigns issues to you…
in GitHub -
How to fix the order of commits in GitHub Pull Requests
In this post I show how to ensure your commits in a GitHub pull request PR are displayed in the same order as the commits to the branch…