I'm going to install .NET Core 2.0 on a production environment in a few days and I'm wondering if skipping the restart after the installation has any risks?
I recently installed it on a testserver without restarting and I haven't noticed any problems but I want to make sure before skipping it in production. If I must reboot then this installation goes from being an easy task to involving the server hosting company and the client to get permissions to restart it.
What exactly happens after the restart? Is it just some registry entried that gets added?