XUnit tests failing after .NET8 upgradeA note to future me. After upgrading an Azure Functions project from .NET6 to .NET8. XUnit tests stopped running with an exception An exception occurred while invoking executor 'executor://xunit/VsTestRunner2/netcoreapp': Method 'LogRaw' in type 'X...Nov 27, 2024·1 min read
Setting Up Let’s Encrypt on IIS for Umbraco: Fixing the .well-known IssueA few days ago, I’ve setup Let’s Encrypt on my humble IIS -thanx to Rick Strahl’s blog post. After that, I was looking forward to test it on one of my Umbraco sites. But this excitement didn’t last long as I got some errors including something like L...Aug 16, 2017·1 min read
Git Recovery 101: How to Bring Back a Deleted BranchSometimes—more specifically, after a sleepless night—you might accidentally delete a Git branch (using extreme force) without merging it into your development branch. Sound familiar? It happened to me too. Thankfully, Git is smart and capable of reco...Apr 9, 2017·1 min read