VSCode Property Snippet With XML Doc Comments
I wanted a way to make it easier to generate C# XML code comments for properties for Visual Studio Code ("VSCode"). Working with doc comments… Read More
I wanted a way to make it easier to generate C# XML code comments for properties for Visual Studio Code ("VSCode"). Working with doc comments… Read More
I’ve noticed a trend where Continous Integration ("CI") has gotten lost in the noise of DevOps. CI existed before the term DevOps existed and… Read More
PowerShell. It runs on Windows, Mac, and Linux. Several modules run on Windows don’t exist on Mac or Linux yet. Many modules will be hard… Read More
The NodeJs ecosystem has a really awesome library for styling console/terminal output called chalk. Chalk improves styling for virtual consoles such as… Read More
Visual Studio Code has a bug for install-extension in version 1.15.1. code --install-extension ms-mssql.mssql will now result in the error below: (node:13048) UnhandledPromiseRejectionWarning: Unhandled promise… Read More
Visual Studio has made some major changes in its latest form. Visual Studio 2017 relies less on the windows registry, has a different folder structure,… Read More
In Fmg-Build, Full Metal Gnome Build Module, there is a function called Get-FmgBuildDirectory, its sole purpose is to get the build directory for the environment. Read More
I have this itch: current build systems for .NET are insufficient. Some are just plain cumbersome, others are just blind clones of cmake. The cmake… Read More
I came across Google Foobar today, which basically online puzzles for programmers. I was looking for info on the new headless mode for Chrome since… Read More
Yesterday, the team at my day job ran into two new certificate issues for self-signed certificates after Chrome was updated to version 58: NET::ERR_CERT_COMMON_NAME_INVALID –… Read More