I Fixed Windows Native Development

Imagine you’re maintaining a native project. You use Visual Studio for building on Windows, so you do the responsible thing and list it as a dependencyBuild Requirements: Install Visual StudioIf you’re lucky enough not to know this yet, I envy you. Unfortunately, at this point even Boromir knows… Well put BoromirWhat you may not realize is, you’ve actually signed up to be unpaid tech support for Microsoft’s “Visual Studio Installer”. You might notice GitHub Issues becoming less about your code and more about broken builds, specifically on Windows. You find yourself explaining to a contributor that they didn’t check the “Desktop development with C++” workload, but specifically the v143 build tools and the 10.0.22621.0 SDK. No, not that one, the other one. You spend less…

Read more on Hacker News