I have become fond of Windows Terminal, but it lacks a few key features: Syncing of settings across different Windows user accountsSaved tabs and split panesGit integrationI have a setup for Windows Terminal that looks like the image below, with multiple tabs and panes with predefined startup directories. The settings…
Tl;dr Increase Docker speed when developing on Linux containers in Windows by installing a preview version of Windows, installing WSL 2 and by using the Edge version of Docker. Running Ubuntu on Windows using Windows Subsystem for Linux (WSL)When working with Docker, even in a Windows development environment,…
I recently had an issue when I tried to deploy the correct configuration for a .NET Core application. I managed to mix up the environment names used in the application itself, in IIS and in Octopus Deploy. The result was that none of my configuration files worked as expected, with…
I have just completed setting up a simple deploy pipeline for a dotnet core project where I use TeamCity to build the project and run xUnit tests and then Octopus Deploy to deploy…