Windows TL;DR dev env: install all available updates first#10691
Windows TL;DR dev env: install all available updates first#10691
Conversation
otherwise, `doc/win-dev.ps1` will complain: ".NET 4.8 is not installed or may need a reboot to complete installation."
|
Seriously? Our dev docs should tell users to install all their windows update first before doing something else (which btw. the commands you posted in your PR desc don't even have anything to do with Icinga 2)? Maybe it's just me, but seriously, a PR for this change? |
... and that's why I've turned them off. Just imagine me pausing the updates for 7 days in the GUI (every 7 days) instead of these commands. Same thing. |
|
I don't see a reason for that change either. There really isn't a reason why building Icinga 2 should need the very latest Windows updates, it should work on a reasonably up-to-date system.
.NET 4.8 was released in 2019, if your system is that old, that's your problem, not one of our documentation.
Well, maybe that should then be fixed. Or even better: just don't use a Windows version that's past its end of life?
Well, that's a bad practice in the first place, maybe you shouldn't be doing that. |
otherwise,
doc/win-dev.ps1will complain:".NET 4.8 is not installed or may need a reboot to complete installation."
As a dev, I have to setup an Icinga Windows dev env from time to time. This shall just work.
(Guess who hurried into an admin PS to run
and wondered why
doc/win-dev.ps1isn't working... 🙈)