XM-Cloud-Introduction
XM-Cloud-Introduction copied to clipboard
Update Development.ps1 script used by Rendering hosts to leverage .NET6 hot reload functionality
Currently we're using a custom Development.ps1 script to handle reload of the rendering host when code changes in debug mode.
This should be removed in favour of the OOTB Hot Reload functionality now provided by MS, details: https://devblogs.microsoft.com/dotnet/introducing-net-hot-reload/
This is currently blocked as Hot Reload isn't supported inside of docker yet, see: https://github.com/microsoft/DockerTools/issues/322
This can be revisited when the functionality is released by MS.
This is no longer a priority with the switch to FED-First development for XMC