Description
Previously, with .NET Desktop Runtime updates(v3.x, v5.x), when you run the installer the apps would shut down and when the installer completed, you would then need to start back up anything you had running. This is compared to the .NET Framework updates where apps did not close at all and continued to run.
Starting with .NET v6.x, when you run the Desktop Runtime installer, the apps disappear from the taskbar and system tray as with previous installs. When complete however, I try and start back up the apps but find out that they are actually running(just don't appear in the taskbar/tray). To get them working again I have to kill the processes in task manager and restart them.
Best possible case is if something was running before the upgrade, it should be started back up fully. Minimal case is completely shutting down any running .NET applications during the upgrade process so they can be properly started back up.
I noticed this with the 6.0.1 upgrade. It happened again with the 6.0.2 upgrade yesterday. This happened on the 3 Server 2016 machines that I have .NET WinForm apps running on(one machine has 6 winform apps that show in the taskbar, the other two machines have a tray icon each and a taskbar). I mentioned it on https://devblogs.microsoft.com/dotnet/december-2021-updates/#comment-14470 and someone replied that I should have used a different link to download. So I blew it off assuming it was an installer bug that had been immediately fixed and I just picked up the installer too early. I mentioned it again yesterday https://devblogs.microsoft.com/dotnet/february-2022-updates/#comment-14730 and was suggested I do a report here.
Note, this was not an issue with v3.x nor v5.x upgrades. It's a downgrade from how .NET Framework handled things, but after the first few times, we created batch files so we could quickly relaunch everything we needed.