Hi Marco,
Hot Reload is a feature meant to accelerate development and debugging of a .NET 6 project. It allows you to quickly see the changes in your code reflected in your app without having to manually recompile. It's not meant as a way to hot-swap production code. And while you could, in theory, run your Web APIs inside the server from the IDE to enable Hot Reload, this would mean: 1) the app will have to run on debug mode 2) you wouldn't be able to use IIS and would be tied to Kestrel 3) The application's stability wouldn't be guaranteed
Other than that, Session ID persistence would be a good thing to have. We'll have to wait on the Engineering Team's input to see if that's feasible.
Regards,
Francisco
ICA - Installable Cloud App
https://docs.appeon.com/ps2021/Run_the_installable_cloud_application.html
.m