I sat down this week to write about one of my favorite .NET footguns: the BackgroundService that does synchronous warmup and freezes your entire app's startup. I've hit it in real projects, I've seen it in code reviews, and it makes a great demo. So I built the repro on .NET 10, ran it, and the bug refused to happen. I spent a solid ten minutes...