-
Removing unused dependencies with ReferenceTrimmer
It’s been a while since I first introduced ReferenceTrimmer and a lot has changed.
-
Async Mutex
The
Mutex
class in .NET helps manage exclusive access to a resource. When given a name, this can even be done across processes which can be extremely handy. -
How does PackageReference work?
PackageReference
has replacedpackages.config
as the primary mechanism for consuming NuGet packages. For those looking to migrate, there is documentation available to help you. But how does it actually work under the hood? -
Did you forget to set the alarm?
After setting up my security system in Home Assistant, a common problem my wife and I ran into was remembering to arm it when we left the house. A security system is only effective when you use it, and we just could not consistently remember to set it.
-
Migrate from Home Assistant legacy Z-Wave to Z-Wave JS
As of version 2021.2, there is a new Z-Wave integration in Home Assistant based on Z-Wave JS, a modern Z-Wave driver built using JS, which is much more accessible for collaboration than the old one using OpenZWave.