Home » Archives for September 2023
This article explains our solution to a very particular use case. We needed to go through .csproj files, find certain dependencies from them, and then figure out their versions. And all of this needed to happen in an Azure DevOps pipeline. But when would this be helpful? Well, hear me…Continue reading How to find out dependency versions in your .csproj files using PowerShell?
This article explains how to fix an annoying error – somewhat along the lines of “error:0308010C:digital envelope routines::unsupported” – you might encounter when running node scripts. This might happen in a pipeline or locally. And guess what: you can probably fix it. Alright. Let’s get to it, then! Problem So…Continue reading node build throwing “error:0308010C:digital envelope routines::unsupported”? Let’s fix it!
This article explains a fix to an odd issue, where suddenly, mid-build, an error dialog pops up, complaining about your PC being unable to run “this app”. The fix is luckily straightforward, even if it’s a bit odd. Let me explain – but first, let’s define the issue a bit…Continue reading “This app can’t run on your PC” dialog when you’re building your app in Visual Studio
In this particular article, I’ll explain how to fix an issue where Microsoft Word (part of what used to be called “Microsoft Office”, but that’s now called “Microsoft 365”) decides to remove your name and everyone you tagged from any comments or conversations you might’ve had on the article. That’s…Continue reading How to “fix” Word removing tagged users from comments?